Opened 11 months ago
Closed 5 days ago
#14774 closed defect (fixed)
GUI: Full Title + version requires at least 748px wide window
Reported by: | mikrosk | Owned by: | criezy |
---|---|---|---|
Priority: | high | Component: | GUI |
Version: | Keywords: | ||
Cc: | Game: |
Description
I have noticed this shortly after the 2.8.0 release.
Atari backend uses 640x480 screen for the launcher which never allows to show the version properly. Experimenting with the OpenGL backend I have found the value 748px, anything narrower will start shrinking the title with "..." even if there is plenty of space.
See the attached screenshots.
Attachments (3)
Change History (6)
by , 11 months ago
by , 11 months ago
by , 11 months ago
Attachment: | atari-640px.png added |
---|
comment:1 by , 5 days ago
Priority: | normal → high |
---|
comment:2 by , 5 days ago
comment:3 by , 5 days ago
Owner: | set to |
---|---|
Resolution: | → fixed |
Status: | new → closed |
The issue only happens with the classic theme, and this is a regression from 3857f71 (thus present in releases since version 2.8.0).
That commit added the help button to the classic layout. Before the commit the version text widget was taking the full width of the window. The commit added a horizontal layout, with the help button on the left, the version text widget in the middle, and a space with the same width as the help button on the right (I am assuming for the purpose of keeping the version text centred). But it also added two additional spaces either side of the version text widget in the layout with no specified width. As a result the version widget was only taking 1/3rd of the available space. I cannot see any good reason for the presence of those additional spaces so I removed them in commit a66c497.
In a66c497: