Add setting to increase size of main toolbar

This commit is contained in:
Jonathan G Rennison
2023-06-09 19:21:28 +01:00
parent 36e1c28173
commit ccdca8ae52
8 changed files with 81 additions and 1 deletions

View File

@@ -5663,6 +5663,14 @@ post_cb = [](auto) { SetupWidgetDimensions(); ReInitAllWindows(true); }
cat = SC_BASIC
startup = true
[SDTC_BOOL]
var = gui.bigger_main_toolbar
flags = SF_NOT_IN_SAVE | SF_NO_NETWORK_SYNC
def = false
post_cb = [](auto) { ReInitAllWindows(true); }
cat = SC_BASIC
startup = true
[SDTC_BOOL]
var = gui.show_wagon_intro_year
flags = SF_NOT_IN_SAVE | SF_NO_NETWORK_SYNC