[Scummvm-tracker] [ScummVM :: Bugs] #14774: GUI: Full Title + version requires at least 748px wide window

ScummVM :: Bugs trac at scummvm.org
Tue Nov 5 22:38:36 UTC 2024


#14774: GUI: Full Title + version requires at least 748px wide window
--------------------+---------------------
Reporter:  mikrosk  |       Owner:  criezy
    Type:  defect   |      Status:  closed
Priority:  high     |   Component:  GUI
 Version:           |  Resolution:  fixed
Keywords:           |        Game:
--------------------+---------------------
Changes (by criezy):

 * owner:  (none) => criezy
 * resolution:   => fixed
 * status:  new => closed

Comment:

 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.
-- 
Ticket URL: <https://bugs.scummvm.org/ticket/14774#comment:3>
ScummVM :: Bugs <https://bugs.scummvm.org>
ScummVM


More information about the Scummvm-tracker mailing list