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:
Thierry Crozat 2023-10-09 21:02:37 +01:00
parent 8f9cdff4a7
commit cbf3daf4ab
7 changed files with 12 additions and 0 deletions

View File

@ -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.

View File

@ -179,6 +179,9 @@
<widget name = 'AddGameButton'
height = '20'
/>
<widget name = 'DownloadGamesButton'
height = '20'
/>
<widget name = 'EditGameButton'
height = '20'
/>

View File

@ -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.