-
-
Notifications
You must be signed in to change notification settings - Fork 4.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Problem] Spreadsheet table is not correctly aligned #13873
Comments
The theme I use is "Dark modern". |
@MisterMakerNL can you reproduce ? |
Is this issue still relevant? |
Columns perfect. FreeCAD 1.1.0dev.39416 (Git) Conda AppImage, Arch Linux (KDE/plasma/xcb)
|
@tarman3 Seems to be an offset of a pixel on the corner cell! |
Making it look better was pretty easy fixing the offset isn't. https://doc.qt.io/qt-5/stylesheet-examples.html#customizing-qheaderview --------------------------------------------------------------------------- */ QHeaderView { QHeaderView:disabled { } QHeaderView::section { QHeaderView::section::horizontal { QHeaderView::section::horizontal::first, QHeaderView::section::horizontal::only-one { QHeaderView::section::horizontal:disabled { QHeaderView::section::vertical { QHeaderView::section::vertical::first, QHeaderView::section::vertical::only-one { QHeaderView::section::vertical:disabled { |
I couldn't find this topic anymore tnx Max :) |
Is there an existing issue for this?
Problem description
Hello all,
As you can see in this screenshot, the rows and columns are slightly shifted:
It's nothing critical and should have the lowest priority, but it still adds to the unfinished feel of Spreadsheet.
Full version info
Subproject(s) affected?
Spreadsheet
Anything else?
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: