[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:36:53 UTC 2024
#14774: GUI: Full Title + version requires at least 748px wide window
--------------------+---------------------
Reporter: mikrosk | Owner: (none)
Type: defect | Status: new
Priority: high | Component: GUI
Version: | Resolution:
Keywords: | Game:
--------------------+---------------------
Comment (by criezy):
In [changeset:"a66c4975292e8b14c6bba2373f4e732e8facf1c9" a66c497]:
{{{#!CommitTicketReference repository=""
revision="a66c4975292e8b14c6bba2373f4e732e8facf1c9"
GUI: Fix display of version in classic theme
This fixes bug #14774.
This is a regression from commit 3857f71 that added the help button
to the classic layout. Instead of having the version text widget take
the full width, it added a horizontal layout, with the help button,
the version widget, and a space with the same width as the help button
(to keep the version centered I assume). But it also added two
additional spaces either side of the version text widget with no
specified width for no apparent reason. As a result the version widget
was only taking 1/3rd of the available space. This commit removes
those two spaces. It also changes the variable used to specify the
width of the space on the right to use the same variable that specifies
the width of the help button on the left. This clarifies that this
space is here for centering.
}}}
--
Ticket URL: <https://bugs.scummvm.org/ticket/14774#comment:2>
ScummVM :: Bugs <https://bugs.scummvm.org>
ScummVM
More information about the Scummvm-tracker
mailing list