diff options
author | mota23 <mota23@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2007-05-17 14:53:03 +0000 |
---|---|---|
committer | mota23 <mota23@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2007-05-17 14:53:03 +0000 |
commit | e3b3cbebc51062ce0229ab3d9515d71768ccd8ee (patch) | |
tree | a4a0f9b7e8153aea82c607d5359e9e6b0cd96f48 | |
parent | 1858dadeadf071bbc3eb16ae835fc9bd95440eab (diff) | |
download | usdx-e3b3cbebc51062ce0229ab3d9515d71768ccd8ee.tar.gz usdx-e3b3cbebc51062ce0229ab3d9515d71768ccd8ee.tar.xz usdx-e3b3cbebc51062ce0229ab3d9515d71768ccd8ee.zip |
Fix: Z-bug in Song-Menu, Video-Icon Position
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@215 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to '')
-rw-r--r-- | Themes/Deluxe.ini | 41 |
1 files changed, 21 insertions, 20 deletions
diff --git a/Themes/Deluxe.ini b/Themes/Deluxe.ini index e20155c4..d1785a3c 100644 --- a/Themes/Deluxe.ini +++ b/Themes/Deluxe.ini @@ -341,10 +341,11 @@ Bands=5 Length=18
[SongVideoIcon]
-X =140
-Y =495
+X =249
+Y =487
W =32
H =32
+Z=1
Color=White
Tex =VideoIcon
Type=Font Black
@@ -6974,7 +6975,7 @@ Color =LightBlue DColor = DarkBlue
Type=Font Black
Texts=1
-Z = 0.99
+Z = 0.98
Texts=1
[SongMenuButton1Text1]
@@ -6985,7 +6986,7 @@ Font =0 Size =8
Text=SONG_MENU_PLAY
Align=0
-Z=1
+Z=0.99
[SongMenuButton2]
X = 460
@@ -6997,7 +6998,7 @@ Color =LightBlue DColor = DarkBlue
Type=Font Black
Texts=1
-Z = 0.99
+Z = 0.98
Texts=1
[SongMenuButton2Text1]
@@ -7008,7 +7009,7 @@ Font =0 Size =8
Text=SONG_MENU_EDIT
Align=0
-Z=1
+Z=0.99
[SongMenuButton3]
X = 460
@@ -7020,7 +7021,7 @@ Color =LightBlue DColor = DarkBlue
Type=Font Black
Texts=1
-Z = 0.99
+Z = 0.98
Texts=1
[SongMenuButton3Text1]
@@ -7031,7 +7032,7 @@ Font =0 Size =8
Text=SONG_MENU_MODI
Align=0
-Z=1
+Z=0.99
[SongMenuButton4]
X = 460
@@ -7043,7 +7044,7 @@ Color =LightBlue DColor = DarkBlue
Type=Font Black
Texts=1
-Z = 0.99
+Z = 0.98
[SongMenuButton4Text1]
X =30
@@ -7053,7 +7054,7 @@ Font =0 Size =8
Text=SONG_MENU_CANCEL
Align=0
-Z=1
+Z=0.99
[SongMenuSelectSlide3]
Tex = Rectangle
@@ -7063,7 +7064,7 @@ X = 460 Y = 225
W = 0
H = 25
-Z = 0.99
+Z = 0.98
SkipX = 0
SBGW=270
@@ -7087,7 +7088,7 @@ Font =0 Size =14
Text=MENU
Align=0
-Z=1
+Z=0.99
[SongMenuStatic2]
X =463
@@ -7097,7 +7098,7 @@ H =21 Color =White
Tex =IconSongMenu
Type=Font Black
-Z=1
+Z=0.98
[SongMenuStatic1]
Tex =SongMenuBG
@@ -7105,7 +7106,7 @@ X =448 Y =120
W =300
H =200
-Z =0.95
+Z =0.94
Int=1
Color =DarkBlue
Type=Font Black
@@ -7120,7 +7121,7 @@ X =171 Y =175
W =355
H =175
-Z =0.99
+Z =0.98
Int=1
Color =DarkBlue
Type=Font Black
@@ -7133,7 +7134,7 @@ H =21 Color =White
Tex =MainSearch
Type=Font Black
-Z=1
+Z=0.99
[SongJumptoText1]
X =210
@@ -7143,7 +7144,7 @@ Font =0 Size =14
Text=SONG_JUMPTO_TYPE_DESC
Align=0
-Z=1
+Z=0.99
[SongJumptoSelectSlideType]
Tex = button
@@ -7152,7 +7153,7 @@ TexSBG = mainicon Font=1
X = 192
Y = 205
-Z = 1
+Z = 0.99
W = 0
H = 30
SkipX = 4
@@ -7169,7 +7170,7 @@ STDColor = LightBlue [SongJumptoButtonSearchText]
X = 200
Y = 215
-Z = 1
+Z = 0.99
W = 160
H = 50
Size=14
@@ -7184,7 +7185,7 @@ Font =0 Size =8
Text=SONG_JUMPTO_HELP
Align=0
-Z=1
+Z=0.99
[StatMain]
Texts=0
|