diff options
author | k-m_schindler <k-m_schindler@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2010-02-20 21:15:35 +0000 |
---|---|---|
committer | k-m_schindler <k-m_schindler@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2010-02-20 21:15:35 +0000 |
commit | 815d3f29b1b12749b8b32d28b65bbdf8f0d7a536 (patch) | |
tree | 5f0011d6285304bdf73585e8b16a6eae73e4f5ba /game | |
parent | f8aa6cc1bb5e9f561ac716288d773f76ab57b0f9 (diff) | |
download | usdx-815d3f29b1b12749b8b32d28b65bbdf8f0d7a536.tar.gz usdx-815d3f29b1b12749b8b32d28b65bbdf8f0d7a536.tar.xz usdx-815d3f29b1b12749b8b32d28b65bbdf8f0d7a536.zip |
small adjustment of button area for mouse
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@2115 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to 'game')
-rw-r--r-- | game/themes/Deluxe.ini | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/game/themes/Deluxe.ini b/game/themes/Deluxe.ini index 202a99f2..b2241feb 100644 --- a/game/themes/Deluxe.ini +++ b/game/themes/Deluxe.ini @@ -6973,7 +6973,7 @@ Text = PARTY_TEAMS_PLAYER1 X = 405 Y = 145 W = 200 -SBGW = 100 +SBGW = 200 H = 40 SkipX = 10 Fields = 1 @@ -6995,7 +6995,7 @@ Text = PARTY_TEAMS_PLAYER2 X = 405 Y = 285 W = 200 -SBGW = 100 +SBGW = 200 H = 40 SkipX = 10 Fields = 1 @@ -7017,7 +7017,7 @@ Text = PARTY_TEAMS_PLAYER3 X = 405 Y = 425 W = 200 -SBGW = 100 +SBGW = 200 H = 40 SkipX = 10 Fields = 4 |