aboutsummaryrefslogtreecommitdiff
path: root/gui/themes/modern.ini
diff options
context:
space:
mode:
authorEugene Sandulenko2006-04-25 14:59:42 +0000
committerEugene Sandulenko2006-04-25 14:59:42 +0000
commit58462fa682fc0c6a408cacd5879491503ddff812 (patch)
tree4d27fa49a91d25ee8fe1cdb96434ca49bd604648 /gui/themes/modern.ini
parent869622cf005e7989ae6ad8b95acbefac9ada436e (diff)
downloadscummvm-rg350-58462fa682fc0c6a408cacd5879491503ddff812.tar.gz
scummvm-rg350-58462fa682fc0c6a408cacd5879491503ddff812.tar.bz2
scummvm-rg350-58462fa682fc0c6a408cacd5879491503ddff812.zip
- minor cleanup in modern.ini
- implement skipFor theme section keyword svn-id: r22151
Diffstat (limited to 'gui/themes/modern.ini')
-rw-r--r--gui/themes/modern.ini6
1 files changed, 3 insertions, 3 deletions
diff --git a/gui/themes/modern.ini b/gui/themes/modern.ini
index a1d9a34557..0bc67b7edb 100644
--- a/gui/themes/modern.ini
+++ b/gui/themes/modern.ini
@@ -152,7 +152,7 @@ cursor_hotspot_x=0
cursor_hotspot_y=0
[XxY]
-def_launcherX=23
+skipFor=320xY
def_widgetSize=kBigWidgetSize
def_buttonWidth=120
def_buttonHeight=25
@@ -162,7 +162,7 @@ def_kLineHeight=16
def_kFontHeight=14
def_insetX=23
def_insetY=94
-def_insetW=(w - buttonWidth - 17 * 2 - launcherX)
+def_insetW=(w - buttonWidth - 17 * 2 - insetX)
def_insetH=(h - 23 - insetY)
def_gameOptionsLabelWidth=90
def_tabPopupsLabelW=110
@@ -208,7 +208,7 @@ launcher_logo=(w / 2 - 283 / 2) 5 283 80
launcher_logo.visible=true
space1=20
space2=5
-launcher_list=launcherX 94 (w - buttonWidth - 17 * 2 - self.x) (h - 23 - self.y)
+launcher_list=insetX insetY (w - buttonWidth - 17 * 2 - self.x) (h - 23 - self.y)
launcher_start_button=(prev.x2 + 17) prev.y buttonWidth buttonHeight
launcher_addGame_button=prev.x (prev.y2 + space1) prev.w prev.h
launcher_editGame_button=prev.x (prev.y2 + space2) prev.w prev.h