(svn r23316) -Feature: Add ability to zoom in to 2x and 4x level.
This commit is contained in:
@@ -2079,7 +2079,7 @@ flags = SLF_NOT_IN_SAVE | SLF_NO_NETWORK_SYNC
|
||||
guiflags = SGF_MULTISTRING
|
||||
def = ZOOM_LVL_MIN
|
||||
min = ZOOM_LVL_MIN
|
||||
max = ZOOM_LVL_MIN
|
||||
max = ZOOM_LVL_GUI
|
||||
str = STR_CONFIG_SETTING_ZOOM_MIN
|
||||
strval = STR_CONFIG_SETTING_ZOOM_LVL_MIN
|
||||
proc = ZoomMinMaxChanged
|
||||
@@ -2090,7 +2090,7 @@ type = SLE_UINT8
|
||||
flags = SLF_NOT_IN_SAVE | SLF_NO_NETWORK_SYNC
|
||||
guiflags = SGF_MULTISTRING
|
||||
def = ZOOM_LVL_MAX
|
||||
min = ZOOM_LVL_OUT_2X
|
||||
min = ZOOM_LVL_OUT_8X
|
||||
max = ZOOM_LVL_MAX
|
||||
str = STR_CONFIG_SETTING_ZOOM_MAX
|
||||
strval = STR_CONFIG_SETTING_ZOOM_LVL_OUT_2X
|
||||
|
||||
Reference in New Issue
Block a user