Opened 5 years ago
Last modified 5 years ago
#15577 new bug
BColorControl font scaling issues
Reported by: | smallstepforman | Owned by: | nobody |
---|---|---|---|
Priority: | normal | Milestone: | Unscheduled |
Component: | Kits/Interface Kit | Version: | R1/Development |
Keywords: | BColorControl | Cc: | |
Blocked By: | Blocking: | ||
Platform: | All |
Description
On hi-dpi displays, Haiku plain font size is typically 20 or over. The BColorControl doesn't align the text box entries properly. See attached screenshot.
Attachments (1)
Change History (4)
by , 5 years ago
Attachment: | screenshot1.jpeg added |
---|
comment:1 by , 5 years ago
Component: | User Interface → Kits/Interface Kit |
---|---|
Owner: | changed from | to
comment:2 by , 5 years ago
They are not aligned at other font sizes either, as there are 4 sliders but only 3 textboxes, and the sliders do not need to be as wide as the textboxes.
But at least vertically centering them to each other would be better.
comment:3 by , 5 years ago
Since 62fec205dd2373d78f22df0848c073cc5ef5f7d7 (in 2013), the size is actually dependant on the font size. I think you should just pass a larger cellSide parameter to the constructor or SetCellSize()?
Screenshot