Skip to content

Commit 4a81b56

Browse files
committed
Changed position of script manager to the center section of the left
panel at the bottom of the section. This takes care of the problem of darktable exceeding the vertical screen size and not being scrollable.
1 parent 6a7cd31 commit 4a81b56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/script_manager.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -747,7 +747,7 @@ dt.register_lib(
747747
"script manager", -- Visible name
748748
true, -- expandable
749749
false, -- resetable
750-
{[dt.gui.views.lighttable] = {"DT_UI_CONTAINER_PANEL_LEFT_BOTTOM", 100}}, -- containers
750+
{[dt.gui.views.lighttable] = {"DT_UI_CONTAINER_PANEL_LEFT_CENTER", 0}}, -- containers
751751
dt.new_widget("box") -- widget
752752
{
753753
orientation = "vertical",

0 commit comments

Comments
 (0)