diff options
author | whiteshark0 <whiteshark0@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2007-05-17 11:44:12 +0000 |
---|---|---|
committer | whiteshark0 <whiteshark0@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2007-05-17 11:44:12 +0000 |
commit | 6c70187a80c2d1096231957cf86410d5786254b2 (patch) | |
tree | d458f27ef28e7450251c19689ec35e91c69d79d6 /Themes | |
parent | 04189268afb620a6a0d09a675f771c0df9f1264f (diff) | |
download | usdx-6c70187a80c2d1096231957cf86410d5786254b2.tar.gz usdx-6c70187a80c2d1096231957cf86410d5786254b2.tar.xz usdx-6c70187a80c2d1096231957cf86410d5786254b2.zip |
Fixed mispositioned Select [VideoSize] in OptionsGraphic Screen
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@211 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to '')
-rw-r--r-- | Themes/Deluxe.ini | 24 |
1 files changed, 2 insertions, 22 deletions
diff --git a/Themes/Deluxe.ini b/Themes/Deluxe.ini index 9b9dea47..a0759ade 100644 --- a/Themes/Deluxe.ini +++ b/Themes/Deluxe.ini @@ -3208,32 +3208,12 @@ SBGDColor = Gray STColor = White
STDColor = GrayDark
-[OptionsGraphicsSelectLineBonus]
-Tex =MainBar
-TexSBG =MainBar
-Text =SING_OPTIONS_GRAPHICS_LINEBONUS
-X = 40
-Y = 305
-W = 230
-H = 70
-SkipX = 50
-
-Color = ColorDark
-DColor = Gray
-TColor = White
-TDColor = White
-SBGTex =MainBar
-SBGColor = ColorDark
-SBGDColor = Gray
-STColor = White
-STDColor = GrayDark
-
[OptionsGraphicsSelectMovieSize]
Tex =MainBar
TexSBG =MainBar
Text =SING_OPTIONS_GRAPHICS_MOVIE_SIZE
X = 40
-Y = 360
+Y = 305
W = 230
H = 70
SkipX = 50
@@ -3250,7 +3230,7 @@ STDColor = GrayDark [OptionsGraphicsButtonExit]
X = 40
-Y = 415
+Y = 360
W = 230
H = 70
Tex =MainBar
|