diff options
author | whiteshark0 <whiteshark0@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2007-03-29 16:54:52 +0000 |
---|---|---|
committer | whiteshark0 <whiteshark0@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2007-03-29 16:54:52 +0000 |
commit | e0e16a3b1d28cf51fecf669d42465cf2a65728f3 (patch) | |
tree | ad80058b83e11b1bf42210d8e49922b44745ca98 /Themes | |
parent | 8d591b8344e0cb87e1a987961b3790fa26d323a6 (diff) | |
download | usdx-e0e16a3b1d28cf51fecf669d42465cf2a65728f3.tar.gz usdx-e0e16a3b1d28cf51fecf669d42465cf2a65728f3.tar.xz usdx-e0e16a3b1d28cf51fecf669d42465cf2a65728f3.zip |
Added SBGW to TSelectSlide: Defining the Width of the Selections BG
Added W to TText + Pagebreaks. If Width is given the Text breaks at the given width. Breaks are not generated perfect yet, needs some tuning.
Changed all affected Screens to fit the new TText Component
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@49 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to 'Themes')
-rw-r--r-- | Themes/Deluxe.ini | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Themes/Deluxe.ini b/Themes/Deluxe.ini index 97b113b0..7107bf8a 100644 --- a/Themes/Deluxe.ini +++ b/Themes/Deluxe.ini @@ -393,6 +393,7 @@ Text= [SongTextTitle]
X =350
Y =345
+W = 190
Color=White
Font =0
Size =9
@@ -4767,6 +4768,7 @@ Z = 1 W = 0
H = 0
SkipX = 0
+SBGW= 300
Fields=2
DColor = LightBlue
TColor = White
|