mirror of
https://github.com/libretro/scummvm.git
synced 2025-03-06 02:10:28 +00:00
GUI: Add ShortOptionsLabel widget to the remaining themes
It was already in the Classic theme. I could have removed it, but it looks like it's going to be useful to me.
This commit is contained in:
parent
4886410522
commit
5a66eb2f91
@ -36,7 +36,7 @@
|
||||
#include "graphics/pixelformat.h"
|
||||
|
||||
|
||||
#define SCUMMVM_THEME_VERSION_STR "SCUMMVM_STX0.9.2"
|
||||
#define SCUMMVM_THEME_VERSION_STR "SCUMMVM_STX0.9.3"
|
||||
|
||||
class OSystem;
|
||||
|
||||
|
@ -83,6 +83,9 @@
|
||||
size = '115, Globals.Line.Height'
|
||||
textalign = 'end'
|
||||
/>
|
||||
<widget name = 'ShortOptionsLabel'
|
||||
size = '60, Globals.Line.Height'
|
||||
/>
|
||||
<widget name = 'SmallLabel'
|
||||
size = '24, Globals.Line.Height'
|
||||
/>
|
||||
|
@ -76,6 +76,9 @@
|
||||
size = '100, Globals.Line.Height'
|
||||
textalign = 'end'
|
||||
/>
|
||||
<widget name = 'ShortOptionsLabel'
|
||||
size = '50, Globals.Line.Height'
|
||||
/>
|
||||
<widget name = 'SmallLabel'
|
||||
size = '20, Globals.Line.Height'
|
||||
/>
|
||||
|
@ -1459,6 +1459,9 @@ const char *defaultXML1 = "<?xml version = '1.0'?>"
|
||||
"size='120,Globals.Line.Height' "
|
||||
"textalign='end' "
|
||||
"/>"
|
||||
"<widget name='ShortOptionsLabel' "
|
||||
"size='60,Globals.Line.Height' "
|
||||
"/>"
|
||||
"<widget name='SmallLabel' "
|
||||
"size='24,Globals.Line.Height' "
|
||||
"/>"
|
||||
@ -1468,9 +1471,6 @@ const char *defaultXML1 = "<?xml version = '1.0'?>"
|
||||
"<widget name='CloudTabLabelValue' "
|
||||
"size='200,Globals.Line.Height' "
|
||||
"/>"
|
||||
"<widget name='ShortOptionsLabel' "
|
||||
"size='60,Globals.Line.Height' "
|
||||
"/>"
|
||||
"<widget name='Button' "
|
||||
"size='108,24' "
|
||||
"/>"
|
||||
@ -1480,6 +1480,9 @@ const char *defaultXML1 = "<?xml version = '1.0'?>"
|
||||
"<widget name='Slider' "
|
||||
"size='128,18' "
|
||||
"/>"
|
||||
"<widget name='WideSlider' "
|
||||
"size='-1,18' "
|
||||
"/>"
|
||||
"<widget name='PopUp' "
|
||||
"size='-1,19' "
|
||||
"/>"
|
||||
@ -3367,6 +3370,9 @@ const char *defaultXML1 = "<?xml version = '1.0'?>"
|
||||
"size='120,Globals.Line.Height' "
|
||||
"textalign='end' "
|
||||
"/>"
|
||||
"<widget name='ShortOptionsLabel' "
|
||||
"size='60,Globals.Line.Height' "
|
||||
"/>"
|
||||
"<widget name='SmallLabel' "
|
||||
"size='20,Globals.Line.Height' "
|
||||
"/>"
|
||||
@ -3385,6 +3391,9 @@ const char *defaultXML1 = "<?xml version = '1.0'?>"
|
||||
"<widget name='Slider' "
|
||||
"size='85,12' "
|
||||
"/>"
|
||||
"<widget name='WideSlider' "
|
||||
"size='-1,12' "
|
||||
"/>"
|
||||
"<widget name='PopUp' "
|
||||
"size='-1,15' "
|
||||
"/>"
|
||||
|
Binary file not shown.
@ -1,3 +1,3 @@
|
||||
[SCUMMVM_STX0.9.2:ResidualVM Modern Theme Remastered:No Author]
|
||||
[SCUMMVM_STX0.9.3:ResidualVM Modern Theme Remastered:No Author]
|
||||
%using ../common
|
||||
%using ../common-svg
|
||||
|
Binary file not shown.
@ -1 +1 @@
|
||||
[SCUMMVM_STX0.9.2:ScummVM Classic Theme:No Author]
|
||||
[SCUMMVM_STX0.9.3:ScummVM Classic Theme:No Author]
|
||||
|
@ -63,6 +63,9 @@
|
||||
size = '120, Globals.Line.Height'
|
||||
textalign = 'end'
|
||||
/>
|
||||
<widget name = 'ShortOptionsLabel'
|
||||
size = '60, Globals.Line.Height'
|
||||
/>
|
||||
<widget name = 'SmallLabel'
|
||||
size = '24, Globals.Line.Height'
|
||||
/>
|
||||
@ -73,10 +76,6 @@
|
||||
size = '200, Globals.Line.Height'
|
||||
/>
|
||||
|
||||
<widget name = 'ShortOptionsLabel'
|
||||
size = '60, Globals.Line.Height'
|
||||
/>
|
||||
|
||||
<widget name = 'Button'
|
||||
size = '108, 24'
|
||||
/>
|
||||
|
@ -64,6 +64,9 @@
|
||||
size = '120, Globals.Line.Height'
|
||||
textalign = 'end'
|
||||
/>
|
||||
<widget name = 'ShortOptionsLabel'
|
||||
size = '60, Globals.Line.Height'
|
||||
/>
|
||||
<widget name = 'SmallLabel'
|
||||
size = '20, Globals.Line.Height'
|
||||
/>
|
||||
|
Binary file not shown.
@ -1,2 +1,2 @@
|
||||
[SCUMMVM_STX0.9.2:ScummVM Modern Theme:No Author]
|
||||
[SCUMMVM_STX0.9.3:ScummVM Modern Theme:No Author]
|
||||
%using ../common
|
||||
|
Binary file not shown.
@ -1,3 +1,3 @@
|
||||
[SCUMMVM_STX0.9.2:ScummVM Modern Theme Remastered:No Author]
|
||||
[SCUMMVM_STX0.9.3:ScummVM Modern Theme Remastered:No Author]
|
||||
%using ../common
|
||||
%using ../common-svg
|
||||
|
Loading…
x
Reference in New Issue
Block a user