diff options
-rw-r--r-- | Game/Code/Screens/UScreenSongJumpto.pas | 2 | ||||
-rw-r--r-- | Themes/Deluxe.ini | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/Game/Code/Screens/UScreenSongJumpto.pas b/Game/Code/Screens/UScreenSongJumpto.pas index 60410d91..42aedf3c 100644 --- a/Game/Code/Screens/UScreenSongJumpto.pas +++ b/Game/Code/Screens/UScreenSongJumpto.pas @@ -214,7 +214,7 @@ begin VisSongs := Count;
//Fix SongSelection
- ScreenSong.Interaction := 0;
+ ScreenSong.Interaction := high(CatSongs.Song);
ScreenSong.SelectNext;
ScreenSong.FixSelected;
diff --git a/Themes/Deluxe.ini b/Themes/Deluxe.ini index 73fe2102..9b9dea47 100644 --- a/Themes/Deluxe.ini +++ b/Themes/Deluxe.ini @@ -7160,13 +7160,13 @@ Z=1 Tex = button
TexSBG = mainicon
#Text = SONG_JUMPTO_TYPE_DESC
-Font=10
+Font=1
X = 192
-Y = 185
+Y = 205
Z = 1
W = 0
-H = 0
-SkipX = 0
+H = 30
+SkipX = 4
SBGW= 300
Fields=2
DColor = LightBlue
|