Updated Simple Theme by Beholder, fixed small bug in config dialogs

This commit is contained in:
pelya
2010-12-23 08:19:17 +00:00
parent 7f323abe6f
commit c13ac6856f
30 changed files with 1680 additions and 792 deletions

View File

@@ -114,7 +114,7 @@ class Settings
}
Globals.ScreenKbControlsShown[0] = Globals.AppNeedsArrowKeys;
Globals.ScreenKbControlsShown[1] = Globals.AppNeedsTextInput;
for( int i = 2; i < 7; i++ )
for( int i = 2; i < 8; i++ )
Globals.ScreenKbControlsShown[i] = ( i - 2 < Globals.AppTouchscreenKeyboardKeysAmount );
for( int i = 8; i < 12; i++ )
Globals.ScreenKbControlsShown[i] = true;