Adjusted default video settings for touchscreen

This commit is contained in:
pelya
2017-01-28 23:03:54 +02:00
parent 532923c6da
commit 698bc4b902
+3 -3
View File
@@ -121,7 +121,7 @@ name = ""resolution""
type = SLE_INT
length = 2
var = _cur_resolution
def = ""640,480""
def = ""854,480""
cat = SC_BASIC
[SDTG_STR]
@@ -235,7 +235,7 @@ def = false
name = ""min_button_size""
type = SLE_UINT
var = _settings_client.gui.min_button
def = 0
def = 40
min = 0
max = 100
cat = SC_EXPERT
@@ -244,7 +244,7 @@ cat = SC_EXPERT
name = ""min_step_size""
type = SLE_UINT
var = _settings_client.gui.min_step
def = 0
def = 40
min = 0
max = 100
cat = SC_EXPERT