Adjusted default video settings for touchscreen
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user