diff options
-rw-r--r-- | gui/themes/default.inc | 8 | ||||
-rw-r--r-- | gui/themes/scummclassic/classic_layout_lowres.stx | 8 | ||||
-rw-r--r-- | gui/themes/scummmodern/scummmodern_layout_lowres.stx | 8 |
3 files changed, 12 insertions, 12 deletions
diff --git a/gui/themes/default.inc b/gui/themes/default.inc index 69f23d31da..952b29c9a8 100644 --- a/gui/themes/default.inc +++ b/gui/themes/default.inc @@ -1565,16 +1565,16 @@ "</layout> " "</layout> " "</dialog> " -"<dialog name='ScummHelp' overlays='screen_center'> " -"<layout type='vertical' padding='8,8,8,8'> " +"<dialog name='ScummHelp' overlays='screen'> " +"<layout type='vertical' padding='8,8,0,0'> " "<widget name='Title' " "width='180' " "height='Globals.Line.Height' " "/> " "<widget name='HelpText' " -"height='170' " +"height='140' " "/> " -"<layout type='horizontal' padding='0,0,4,0'> " +"<layout type='horizontal' padding='0,0,0,0'> " "<widget name='Prev' " "type='Button' " "/> " diff --git a/gui/themes/scummclassic/classic_layout_lowres.stx b/gui/themes/scummclassic/classic_layout_lowres.stx index d5186b782b..efb1ae96ec 100644 --- a/gui/themes/scummclassic/classic_layout_lowres.stx +++ b/gui/themes/scummclassic/classic_layout_lowres.stx @@ -650,16 +650,16 @@ </layout> </dialog> - <dialog name = 'ScummHelp' overlays = 'screen_center'> - <layout type = 'vertical' padding = '8, 8, 8, 8'> + <dialog name = 'ScummHelp' overlays = 'screen'> + <layout type = 'vertical' padding = '8, 8, 0, 0'> <widget name = 'Title' width = '180' height = 'Globals.Line.Height' /> <widget name = 'HelpText' - height = '170' + height = '140' /> - <layout type = 'horizontal' padding = '0, 0, 4, 0'> + <layout type = 'horizontal' padding = '0, 0, 0, 0'> <widget name = 'Prev' type = 'Button' /> diff --git a/gui/themes/scummmodern/scummmodern_layout_lowres.stx b/gui/themes/scummmodern/scummmodern_layout_lowres.stx index 820b1c2389..9c847ed5f3 100644 --- a/gui/themes/scummmodern/scummmodern_layout_lowres.stx +++ b/gui/themes/scummmodern/scummmodern_layout_lowres.stx @@ -641,16 +641,16 @@ </layout> </dialog> - <dialog name = 'ScummHelp' overlays = 'screen_center'> - <layout type = 'vertical' padding = '8, 8, 8, 8'> + <dialog name = 'ScummHelp' overlays = 'screen'> + <layout type = 'vertical' padding = '8, 8, 0, 0'> <widget name = 'Title' width = '180' height = 'Globals.Line.Height' /> <widget name = 'HelpText' - height = '170' + height = '140' /> - <layout type = 'horizontal' padding = '0, 0, 4, 0'> + <layout type = 'horizontal' padding = '0, 0, 0, 0'> <widget name = 'Prev' type = 'Button' /> |