mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-12 12:09:15 +00:00
GUI: Fix missing Download buttons in classic theme layout
This made it impossible to switch to the Classic theme when DLC are enabled.
This commit is contained in:
parent
8f9cdff4a7
commit
cbf3daf4ab
@ -1584,6 +1584,9 @@ const char *defaultXML1 = "<?xml version = '1.0'?>"
|
||||
"<widget name='AddGameButton' "
|
||||
"height='20' "
|
||||
"/>"
|
||||
"<widget name='DownloadGamesButton' "
|
||||
"height='20' "
|
||||
"/>"
|
||||
"<widget name='EditGameButton' "
|
||||
"height='20' "
|
||||
"/>"
|
||||
@ -3705,6 +3708,9 @@ const char *defaultXML1 = "<?xml version = '1.0'?>"
|
||||
"<widget name='AddGameButton' "
|
||||
"height='12' "
|
||||
"/>"
|
||||
"<widget name='DownloadGamesButton' "
|
||||
"height='12' "
|
||||
"/>"
|
||||
"<widget name='EditGameButton' "
|
||||
"height='12' "
|
||||
"/>"
|
||||
|
Binary file not shown.
Binary file not shown.
@ -179,6 +179,9 @@
|
||||
<widget name = 'AddGameButton'
|
||||
height = '20'
|
||||
/>
|
||||
<widget name = 'DownloadGamesButton'
|
||||
height = '20'
|
||||
/>
|
||||
<widget name = 'EditGameButton'
|
||||
height = '20'
|
||||
/>
|
||||
|
@ -188,6 +188,9 @@
|
||||
<widget name = 'AddGameButton'
|
||||
height = '12'
|
||||
/>
|
||||
<widget name = 'DownloadGamesButton'
|
||||
height = '12'
|
||||
/>
|
||||
<widget name = 'EditGameButton'
|
||||
height = '12'
|
||||
/>
|
||||
|
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue
Block a user