Modify ↓
Opened 8 years ago
Closed 8 years ago
#13198 closed enhancement (fixed)
[Patch] Add new flow layout that does the right height computation.
Reported by: | michael2402 | Owned by: | team |
---|---|---|---|
Priority: | normal | Milestone: | 16.07 |
Component: | Core | Version: | |
Keywords: | gsoc-core | Cc: | Don-vip, bastiK, stoecker |
Description
The normal FlowLayout attempts to place all labels on one line when computing the minimal size.
This one assumes that the container width is fixed. This makes the buttons display nicer in the upload dialogs. It can be used in all places where a row of buttons should fill the full width of the window and should be wrapped whenever there is not enough space.
Partially fixes #13070
Attachments (1)
Change History (2)
by , 8 years ago
Attachment: | patch-fix-flow-layout-wrap.patch added |
---|
comment:1 by , 8 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
In 10622/josm: