mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-11 11:45:21 +00:00
GUI: Tidied up lowres themes.
svn-id: r49769
This commit is contained in:
parent
24abc6fb39
commit
a295f13152
@ -1540,7 +1540,9 @@
|
||||
"</layout> "
|
||||
"<layout type='horizontal' padding='0,0,0,0' spacing='6' center='true'> "
|
||||
"<widget name='GuiLanguagePopupDesc' "
|
||||
"type='OptionsLabel' "
|
||||
"width='80' "
|
||||
"height='Globals.Line.Height' "
|
||||
"textalign='right' "
|
||||
"/> "
|
||||
"<widget name='GuiLanguagePopup' "
|
||||
"type='PopUp' "
|
||||
|
Binary file not shown.
@ -417,7 +417,9 @@
|
||||
</layout>
|
||||
<layout type = 'horizontal' padding = '0, 0, 0, 0' spacing = '6' center = 'true'>
|
||||
<widget name = 'GuiLanguagePopupDesc'
|
||||
type = 'OptionsLabel'
|
||||
width = '80'
|
||||
height = 'Globals.Line.Height'
|
||||
textalign = 'right'
|
||||
/>
|
||||
<widget name = 'GuiLanguagePopup'
|
||||
type = 'PopUp'
|
||||
|
Binary file not shown.
@ -397,6 +397,7 @@
|
||||
<widget name = 'RendererPopupDesc'
|
||||
width = '80'
|
||||
height = 'Globals.Line.Height'
|
||||
textalign = 'right'
|
||||
/>
|
||||
<widget name = 'RendererPopup'
|
||||
type = 'PopUp'
|
||||
@ -406,6 +407,7 @@
|
||||
<widget name = 'AutosavePeriodPopupDesc'
|
||||
width = '80'
|
||||
height = 'Globals.Line.Height'
|
||||
textalign = 'right'
|
||||
/>
|
||||
<widget name = 'AutosavePeriodPopup'
|
||||
type = 'PopUp'
|
||||
@ -413,7 +415,9 @@
|
||||
</layout>
|
||||
<layout type = 'horizontal' padding = '0, 0, 0, 0' spacing = '6' center = 'true'>
|
||||
<widget name = 'GuiLanguagePopupDesc'
|
||||
type = 'OptionsLabel'
|
||||
width = '80'
|
||||
height = 'Globals.Line.Height'
|
||||
textalign = 'right'
|
||||
/>
|
||||
<widget name = 'GuiLanguagePopup'
|
||||
type = 'PopUp'
|
||||
|
Loading…
Reference in New Issue
Block a user