diff options
Diffstat (limited to 'gui/themes/scummclassic/classic_layout.stx')
-rw-r--r-- | gui/themes/scummclassic/classic_layout.stx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gui/themes/scummclassic/classic_layout.stx b/gui/themes/scummclassic/classic_layout.stx index 40074640c8..1bf9aedfc3 100644 --- a/gui/themes/scummclassic/classic_layout.stx +++ b/gui/themes/scummclassic/classic_layout.stx @@ -765,11 +765,11 @@ <dialog name = 'MassAdd' overlays = 'screen_center' shading = 'dim'> <layout type = 'vertical' padding = '8, 8, 32, 8' center = 'true'> <widget name = 'DirProgressText' - width = '250' + width = '480' height = 'Globals.Line.Height' /> <widget name = 'GameProgressText' - width = '250' + width = '480' height = 'Globals.Line.Height' /> <widget name = 'GameList' @@ -786,6 +786,7 @@ </layout> </layout> </dialog> + <dialog name = 'KeyMapper' overlays = 'screen_center' shading = 'dim'> <layout type = 'vertical' padding = '8, 8, 32, 8' spacing = '10' center = 'true'> <layout type = 'horizontal' padding = '0, 0, 0, 0' spacing = '10' center = 'true'> |