mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-30 07:23:05 +00:00
GUI: Regenerated theme files for new arrow look
This commit is contained in:
parent
ad4471f70c
commit
330916b356
@ -132,7 +132,7 @@
|
||||
"fg_color='green' "
|
||||
"/> "
|
||||
"</drawdata> "
|
||||
"<drawdata id='scrollbar_button_idle' cache='false'> "
|
||||
"<drawdata id='scrollbar_button_idle' cache='false' resolution='y>400'> "
|
||||
"<drawstep func='bevelsq' "
|
||||
"bevel='2' "
|
||||
"fill='none' "
|
||||
@ -140,25 +140,59 @@
|
||||
"<drawstep func='triangle' "
|
||||
"fg_color='green' "
|
||||
"fill='foreground' "
|
||||
"width='auto' "
|
||||
"height='auto' "
|
||||
"xpos='center' "
|
||||
"width='10' "
|
||||
"height='10' "
|
||||
"xpos='right' "
|
||||
"ypos='center' "
|
||||
"padding='0,0,3,0' "
|
||||
"orientation='top' "
|
||||
"/> "
|
||||
"</drawdata> "
|
||||
"<drawdata id='scrollbar_button_hover' cache='false'> "
|
||||
"<drawdata id='scrollbar_button_idle' cache='false' resolution='y<400'> "
|
||||
"<drawstep func='bevelsq' "
|
||||
"bevel='2' "
|
||||
"fill='none' "
|
||||
"/> "
|
||||
"<drawstep func='triangle' "
|
||||
"fg_color='green2' "
|
||||
"fg_color='green' "
|
||||
"fill='foreground' "
|
||||
"width='auto' "
|
||||
"height='auto' "
|
||||
"xpos='center' "
|
||||
"width='5' "
|
||||
"height='5' "
|
||||
"xpos='right' "
|
||||
"ypos='center' "
|
||||
"padding='0,0,2,0' "
|
||||
"orientation='top' "
|
||||
"/> "
|
||||
"</drawdata> "
|
||||
"<drawdata id='scrollbar_button_hover' cache='false' resolution='y>400'> "
|
||||
"<drawstep func='bevelsq' "
|
||||
"bevel='2' "
|
||||
"fill='none' "
|
||||
"/> "
|
||||
"<drawstep func='triangle' "
|
||||
"fg_color='green' "
|
||||
"fill='foreground' "
|
||||
"width='10' "
|
||||
"height='10' "
|
||||
"xpos='right' "
|
||||
"ypos='center' "
|
||||
"padding='0,0,3,0' "
|
||||
"orientation='top' "
|
||||
"/> "
|
||||
"</drawdata> "
|
||||
"<drawdata id='scrollbar_button_hover' cache='false' resolution='y<400'> "
|
||||
"<drawstep func='bevelsq' "
|
||||
"bevel='2' "
|
||||
"fill='none' "
|
||||
"/> "
|
||||
"<drawstep func='triangle' "
|
||||
"fg_color='green' "
|
||||
"fill='foreground' "
|
||||
"width='5' "
|
||||
"height='5' "
|
||||
"xpos='right' "
|
||||
"ypos='center' "
|
||||
"padding='0,0,2,0' "
|
||||
"orientation='top' "
|
||||
"/> "
|
||||
"</drawdata> "
|
||||
@ -218,7 +252,7 @@
|
||||
"fill='none' "
|
||||
"/> "
|
||||
"</drawdata> "
|
||||
"<drawdata id='popup_idle' cache='false'> "
|
||||
"<drawdata id='popup_idle' cache='false' resolution='y>400'> "
|
||||
"<drawstep func='bevelsq' "
|
||||
"bevel='2' "
|
||||
"fill='none' "
|
||||
@ -226,58 +260,184 @@
|
||||
"<drawstep func='triangle' "
|
||||
"fg_color='green' "
|
||||
"fill='foreground' "
|
||||
"width='height' "
|
||||
"height='auto' "
|
||||
"width='10' "
|
||||
"height='5' "
|
||||
"xpos='right' "
|
||||
"ypos='center' "
|
||||
"ypos='10' "
|
||||
"padding='0,0,7,0' "
|
||||
"orientation='bottom' "
|
||||
"/> "
|
||||
"<drawstep func='triangle' "
|
||||
"fg_color='green' "
|
||||
"fill='foreground' "
|
||||
"width='10' "
|
||||
"height='5' "
|
||||
"xpos='right' "
|
||||
"ypos='4' "
|
||||
"padding='0,0,7,0' "
|
||||
"orientation='top' "
|
||||
"/> "
|
||||
"<text font='text_default' "
|
||||
"text_color='color_normal' "
|
||||
"vertical_align='center' "
|
||||
"horizontal_align='left' "
|
||||
"/> "
|
||||
"</drawdata> "
|
||||
"<drawdata id='popup_disabled' cache='false'> "
|
||||
"<drawdata id='popup_idle' cache='false' resolution='y<400'> "
|
||||
"<drawstep func='bevelsq' "
|
||||
"bevel='2' "
|
||||
"fill='none' "
|
||||
"/> "
|
||||
"<drawstep func='triangle' "
|
||||
"fg_color='lightgrey' "
|
||||
"fg_color='green' "
|
||||
"fill='foreground' "
|
||||
"width='height' "
|
||||
"height='auto' "
|
||||
"width='7' "
|
||||
"height='4' "
|
||||
"xpos='right' "
|
||||
"ypos='center' "
|
||||
"ypos='9' "
|
||||
"padding='0,0,3,0' "
|
||||
"orientation='bottom' "
|
||||
"/> "
|
||||
"<drawstep func='triangle' "
|
||||
"fg_color='green' "
|
||||
"fill='foreground' "
|
||||
"width='7' "
|
||||
"height='4' "
|
||||
"xpos='right' "
|
||||
"ypos='4' "
|
||||
"padding='0,0,3,0' "
|
||||
"orientation='top' "
|
||||
"/> "
|
||||
"<text font='text_default' "
|
||||
"text_color='color_normal' "
|
||||
"vertical_align='center' "
|
||||
"horizontal_align='left' "
|
||||
"/> "
|
||||
"</drawdata> "
|
||||
"<drawdata id='popup_disabled' cache='false' resolution='y>400'> "
|
||||
"<drawstep func='bevelsq' "
|
||||
"bevel='2' "
|
||||
"fill='none' "
|
||||
"/> "
|
||||
"<drawstep func='triangle' "
|
||||
"fg_color='green' "
|
||||
"fill='foreground' "
|
||||
"width='10' "
|
||||
"height='5' "
|
||||
"xpos='right' "
|
||||
"ypos='10' "
|
||||
"padding='0,0,7,0' "
|
||||
"orientation='bottom' "
|
||||
"/> "
|
||||
"<drawstep func='triangle' "
|
||||
"fg_color='green' "
|
||||
"fill='foreground' "
|
||||
"width='10' "
|
||||
"height='5' "
|
||||
"xpos='right' "
|
||||
"ypos='4' "
|
||||
"padding='0,0,7,0' "
|
||||
"orientation='top' "
|
||||
"/> "
|
||||
"<text font='text_default' "
|
||||
"text_color='color_normal_disabled' "
|
||||
"vertical_align='center' "
|
||||
"horizontal_align='left' "
|
||||
"/> "
|
||||
"</drawdata> "
|
||||
"<drawdata id='popup_hover' cache='false'> "
|
||||
"<drawdata id='popup_disabled' cache='false' resolution='y<400'> "
|
||||
"<drawstep func='bevelsq' "
|
||||
"bevel='2' "
|
||||
"fill='none' "
|
||||
"/> "
|
||||
"<drawstep func='triangle' "
|
||||
"fg_color='green2' "
|
||||
"fg_color='green' "
|
||||
"fill='foreground' "
|
||||
"width='height' "
|
||||
"height='auto' "
|
||||
"width='7' "
|
||||
"height='4' "
|
||||
"xpos='right' "
|
||||
"ypos='center' "
|
||||
"ypos='9' "
|
||||
"padding='0,0,3,0' "
|
||||
"orientation='bottom' "
|
||||
"/> "
|
||||
"<drawstep func='triangle' "
|
||||
"fg_color='green' "
|
||||
"fill='foreground' "
|
||||
"width='7' "
|
||||
"height='4' "
|
||||
"xpos='right' "
|
||||
"ypos='4' "
|
||||
"padding='0,0,3,0' "
|
||||
"orientation='top' "
|
||||
"/> "
|
||||
"<text font='text_default' "
|
||||
"text_color='color_normal' "
|
||||
"vertical_align='center' "
|
||||
"horizontal_align='left' "
|
||||
"/> "
|
||||
"</drawdata> "
|
||||
"<drawdata id='popup_hover' cache='false' resolution='y>400'> "
|
||||
"<drawstep func='bevelsq' "
|
||||
"bevel='2' "
|
||||
"fill='none' "
|
||||
"/> "
|
||||
"<drawstep func='triangle' "
|
||||
"fg_color='green' "
|
||||
"fill='foreground' "
|
||||
"width='10' "
|
||||
"height='5' "
|
||||
"xpos='right' "
|
||||
"ypos='10' "
|
||||
"padding='0,0,7,0' "
|
||||
"orientation='bottom' "
|
||||
"/> "
|
||||
"<drawstep func='triangle' "
|
||||
"fg_color='green' "
|
||||
"fill='foreground' "
|
||||
"width='10' "
|
||||
"height='5' "
|
||||
"xpos='right' "
|
||||
"ypos='4' "
|
||||
"padding='0,0,7,0' "
|
||||
"orientation='top' "
|
||||
"/> "
|
||||
"<text font='text_default' "
|
||||
"text_color='color_normal_hover' "
|
||||
"vertical_align='center' "
|
||||
"horizontal_align='left' "
|
||||
"/> "
|
||||
"</drawdata> "
|
||||
"<drawdata id='popup_hover' cache='false' resolution='y<400'> "
|
||||
"<drawstep func='bevelsq' "
|
||||
"bevel='2' "
|
||||
"fill='none' "
|
||||
"/> "
|
||||
"<drawstep func='triangle' "
|
||||
"fg_color='green' "
|
||||
"fill='foreground' "
|
||||
"width='7' "
|
||||
"height='4' "
|
||||
"xpos='right' "
|
||||
"ypos='9' "
|
||||
"padding='0,0,3,0' "
|
||||
"orientation='bottom' "
|
||||
"/> "
|
||||
"<drawstep func='triangle' "
|
||||
"fg_color='green' "
|
||||
"fill='foreground' "
|
||||
"width='7' "
|
||||
"height='4' "
|
||||
"xpos='right' "
|
||||
"ypos='4' "
|
||||
"padding='0,0,3,0' "
|
||||
"orientation='top' "
|
||||
"/> "
|
||||
"<text font='text_default' "
|
||||
"text_color='color_normal' "
|
||||
"vertical_align='center' "
|
||||
"horizontal_align='left' "
|
||||
"/> "
|
||||
"</drawdata> "
|
||||
"<drawdata id='widget_textedit' cache='false'> "
|
||||
"<drawstep func='bevelsq' "
|
||||
"bevel='2' "
|
||||
|
Binary file not shown.
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user