Opened 15 years ago
Closed 15 years ago
#5440 closed bug (fixed)
[Interface Kit] empty space between selected item and menu item separator is 1px more than necessary
Reported by: | diver | Owned by: | axeld |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | Kits/Interface Kit | Version: | R1/Development |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
Tested with hrev35548 in VirtualBox 3.0.12.
Attachments (1)
Change History (4)
by , 15 years ago
Attachment: | Deskbar.png added |
---|
comment:1 by , 15 years ago
Version: | R1/alpha1 → R1/Development |
---|
comment:2 by , 15 years ago
Note:
See TracTickets
for help on using tickets.
One of the problem, I think, is that, while the separator height changes with the font size, the actual drawing is always just 2 horizontal lines:
BSeparatorItem::Draw():
So, either we use a fixed size for the separator item, or change some code in its drawing (and also in BMenu drawing code, I think), to accomodate the variable sized separator.