We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 703226e commit 4ecafe7Copy full SHA for 4ecafe7
nextbox_ui_plugin/views.py
@@ -140,7 +140,7 @@
140
SELECT_LAYERS_LIST_EXCLUDE_DEVICE_TAGS = PLUGIN_SETTINGS.get("select_layers_list_exclude_device_tags", tuple())
141
142
# Defines the initial layer alignment direction on the view
143
-INITIAL_LAYOUT = PLUGIN_SETTINGS.get("INITIAL_LAYOUT", 'vertical')
+INITIAL_LAYOUT = PLUGIN_SETTINGS.get("INITIAL_LAYOUT", 'auto')
144
if INITIAL_LAYOUT not in ('vertical', 'horizontal', 'auto'):
145
INITIAL_LAYOUT = 'auto'
146
0 commit comments