https://bugs.kde.org/show_bug.cgi?id=521649
Bug ID: 521649
Summary: Separators can look somewhat broken when using
fractional scaling
Classification: Frameworks and Libraries
Product: frameworks-kirigami
Version First unspecified
Reported In:
Platform: Other
OS: Linux
Status: REPORTED
Severity: normal
Priority: NOR
Component: general
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected]
Target Milestone: Not decided
Created attachment 193293
--> https://bugs.kde.org/attachment.cgi?id=193293&action=edit
screenshot
DESCRIPTION
Separators sometimes have inconsistent width when using fractional scaling,
depending on the components next to them. I noticed this in the notifications
kcm -> "Configure for applications" (see screenshot).
STEPS TO REPRODUCE
1. Have resolution 2880*1920 @ 170% scaling
2. run example code
OBSERVED RESULT
Green rectangle overlapping with separator
EXPECTED RESULT
No overlap
as far as i can tell this comes from Kirigami's AlignedSize, which causes the
inner separator item to be drawn two pixels wide (its width being ~1.17), while
the separator only has a width of 1.0
SOFTWARE/OS VERSIONS
KDE Plasma Version: git master
KDE Frameworks Version: git master
Qt Version: git master
ADDITIONAL INFORMATION
On a framework 13; 2880*1920 @ 170% scaling
--
You are receiving this mail because:
You are watching all bug changes.