[Scummvm-tracker] [ScummVM :: Bugs] #14458: GUI: Modern "non-fancy" themes do not take shading into account when building layout
ScummVM :: Bugs
trac at scummvm.org
Sat Sep 5 11:07:42 UTC 2026
#14458: GUI: Modern "non-fancy" themes do not take shading into account when
building layout
------------------------+----------------------
Reporter: mikrosk | Owner: mikrosk
Type: defect | Status: closed
Priority: normal | Component: GUI
Version: | Resolution: fixed
Keywords: gui, themes | Game:
------------------------+----------------------
Changes (by mikrosk):
* owner: (none) => mikrosk
* resolution: => fixed
* status: new => closed
Comment:
In [changeset:"4ca5f966db5d9e7adcdfda981c9e58fa0371f8e7" 4ca5f966]:
{{{#!CommitTicketReference repository=""
revision="4ca5f966db5d9e7adcdfda981c9e58fa0371f8e7"
GUI: Make room for the list shadow in the compact launcher
Until now the list has no shadow at all: the renderer drops it entirely,
on all four sides, when it does not fit.
One could shrink the shadow itself -- currently it needs 7+0+1 pixels in
both directions. However that would shrink the shadow (to as few as
2px!) for everything which uses widget_default so I think reserving room
in the layouts is a better approach, even if it costs some pixels in
each direction.
This adds +4px below GameList widget as well as +4px before Launcher's
layout's left/right edge. The left one is purely for symmetry reasons.
And it also fixes #14458 (https://bugs.scummvm.org/ticket/14458) which
is how I discovered the missing shadow.
}}}
--
Ticket URL: <https://bugs.scummvm.org/ticket/14458#comment:3>
ScummVM :: Bugs <https://bugs.scummvm.org>
ScummVM
More information about the Scummvm-tracker
mailing list