Opened 14 years ago
Closed 12 years ago
#7240 closed bug (duplicate)
Localized status messages too big for window
Reported by: | humdinger | Owned by: | korli |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | Applications/Installer | Version: | R1/Development |
Keywords: | Cc: | ||
Blocked By: | #5882 | Blocking: | |
Platform: | All |
Description
This is hrev40513.
The area for status messages beside the logo of the Installer window can be too small for localized messages. See:
Can the LayoutKit check for the longest localized string and create a wide enough Installer window from the start?
Attachments (1)
Change History (5)
by , 14 years ago
Attachment: | Install-finished-de.png added |
---|
comment:2 by , 14 years ago
Can the LayoutKit check for the longest localized string and create a wide enough Installer window from the start?
What's missing is BTextView::HasHeightForWidth() and BTextView::GetHeightForWidth() when not editable, not a scrollview's target but resizable.
The LayoutKit will then automatically adjust to fit both logo and the whole status text. Dynamically. But it will also do that when the status text becomes smaller enough to reduce the height, which is not the best visual effect one would want here.
comment:4 by , 12 years ago
Blocked By: | 5882 added |
---|---|
Resolution: | → duplicate |
Status: | new → closed |
Screeshot: Bottom part of German status message is cut off.