mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-20 17:03:05 +00:00
GUI: Add group selection popup to Modern theme
This commit is contained in:
parent
20341611e8
commit
aa3ab57d8a
Binary file not shown.
@ -162,6 +162,14 @@
|
||||
height = 'Globals.Line.Height'
|
||||
width = 'Globals.Line.Height'
|
||||
/>
|
||||
<widget name = 'laGroupPopupDesc'
|
||||
type = 'OptionsLabel'
|
||||
textalign = 'end'
|
||||
/>
|
||||
<widget name = 'laGroupPopup'
|
||||
width = '150'
|
||||
type = 'PopUp'
|
||||
/>
|
||||
<space />
|
||||
<widget name = 'Version'
|
||||
width = '310'
|
||||
|
@ -63,8 +63,8 @@
|
||||
<def var = 'GridSupported' value = '1'/>
|
||||
<def var = 'GridItemThumbnail.Width' value = '128' scalable = 'no'/>
|
||||
<def var = 'GridItemThumbnail.Height' value = '128' scalable = 'no'/>
|
||||
<def var = 'Grid.XSpacing' value = '10' scalable = 'no'/>
|
||||
<def var = 'Grid.YSpacing' value = '20' scalable = 'no'/>
|
||||
<def var = 'Grid.XSpacing' value = '20' scalable = 'no'/>
|
||||
<def var = 'Grid.YSpacing' value = '10' scalable = 'no'/>
|
||||
<def var = 'Grid.ShowTitles' value = '0' scalable = 'no'/>
|
||||
|
||||
<widget name = 'OptionsLabel'
|
||||
@ -154,6 +154,15 @@
|
||||
height = 'Globals.Line.Height'
|
||||
width = 'Globals.Line.Height'
|
||||
/>
|
||||
<widget name = 'laGroupPopupDesc'
|
||||
type = 'OptionsLabel'
|
||||
height = 'Globals.Line.Height'
|
||||
textalign = 'end'
|
||||
/>
|
||||
<widget name = 'laGroupPopup'
|
||||
width = '150'
|
||||
type = 'PopUp'
|
||||
/>
|
||||
<space />
|
||||
<widget name = 'ListSwitch'
|
||||
height = 'Globals.Button.Height'
|
||||
|
Loading…
x
Reference in New Issue
Block a user