diff options
author | Thierry Crozat | 2018-07-22 00:01:01 +0100 |
---|---|---|
committer | Thierry Crozat | 2018-07-22 00:01:01 +0100 |
commit | 182a87f81ce88a6cb6e36be172ab692f632296a0 (patch) | |
tree | 2ce28f265e14ee964dfe40bf2599b4c0a51a81c0 /gui/themes/scummclassic/classic_layout_lowres.stx | |
parent | 8f9daa906c3a43d00ce004494a87cfe698aa9150 (diff) | |
download | scummvm-rg350-182a87f81ce88a6cb6e36be172ab692f632296a0.tar.gz scummvm-rg350-182a87f81ce88a6cb6e36be172ab692f632296a0.tar.bz2 scummvm-rg350-182a87f81ce88a6cb6e36be172ab692f632296a0.zip |
GUI: Use ScrollContainer in graphics tab
This fixes bug #10634 - GUI: Options cutoff for Edit Game when
Graphics mode is x2 or less
Diffstat (limited to 'gui/themes/scummclassic/classic_layout_lowres.stx')
-rw-r--r-- | gui/themes/scummclassic/classic_layout_lowres.stx | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/gui/themes/scummclassic/classic_layout_lowres.stx b/gui/themes/scummclassic/classic_layout_lowres.stx index ae3a6eefe3..0b3a52914f 100644 --- a/gui/themes/scummclassic/classic_layout_lowres.stx +++ b/gui/themes/scummclassic/classic_layout_lowres.stx @@ -272,6 +272,11 @@ </dialog> <dialog name = 'GlobalOptions_Graphics' overlays = 'Dialog.GlobalOptions.TabWidget'> + <layout type = 'vertical' padding = '0, 0, 0, 0'> + <widget name = 'Container'/> + </layout> + </dialog> + <dialog name = 'GlobalOptions_Graphics_Container' overlays = 'GlobalOptions_Graphics.Container'> <layout type = 'vertical' padding = '16, 16, 16, 16' spacing = '8'> <layout type = 'horizontal' padding = '0, 0, 0, 0' spacing = '6' center = 'true'> <widget name = 'grModePopupDesc' @@ -844,11 +849,16 @@ </dialog> <dialog name = 'GameOptions_Graphics' overlays = 'Dialog.GlobalOptions.TabWidget'> + <layout type = 'vertical' padding = '0, 0, 0, 0'> + <widget name = 'Container'/> + </layout> + </dialog> + <dialog name = 'GameOptions_Graphics_Container' overlays = 'GameOptions_Graphics.Container'> <layout type = 'vertical' padding = '8, 8, 8, 8' spacing = '6'> <widget name = 'EnableTabCheckbox' type = 'Checkbox' /> - <import layout = 'Dialog.GlobalOptions_Graphics' /> + <import layout = 'Dialog.GlobalOptions_Graphics_Container' /> </layout> </dialog> |