Opened 14 years ago
Last modified 6 years ago
#7393 assigned enhancement
Minimal width of window — at Version 4
Reported by: | humdinger | Owned by: | leavengood |
---|---|---|---|
Priority: | low | Milestone: | Unscheduled |
Component: | Kits/Interface Kit | Version: | R1/Development |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description (last modified by )
This is hrev41068.
You can shrink ShowImage's window and have icons from the toolbar and menu items disappear. A minimum width limit taking localized menu item labels (edit: and toolbar icons) into account would be nice.
Maybe, post-R1 probably, due to resizing disappearing menu/toolbar/tabview items, could trigger the display of some sort of widget in the bar, offering the items that don't fit any longer in a menu.
Change History (4)
comment:1 by , 13 years ago
comment:2 by , 13 years ago
Yeah, stippi did good. The window's minimum width could also respect the toolbar icon size, but I can seem to compile a running ShowImage at the moment... Maybe the ticket should stay open until that is taken care of, too.
comment:3 by , 13 years ago
comment:4 by , 13 years ago
Description: | modified (diff) |
---|
The localized menu part was fixed by stippi. But toolbar icons still get cut if their width is bigger than the menu labels width. You can see that only with a Locale that has pretty short menu labels. "English" just cuts a few pixels, but still...
As of hrev41768 there seems to be a minimum width constraint related to the menu. Part of the toolbar gets cut off and maybe that should be fixed too, but it currently seems to satisfy your criteria in this ticket. I'm not sure what got fixed since your revision though. Maybe some of yourpalal's work on the layout system...