Skip to content

Commit 55ced3e

Browse files
authored
Merge pull request darktable-org#251 from wpferguson/fix_script_manager_scrolling
Make script manager scrollable.
2 parents 6a7cd31 + 4a81b56 commit 55ced3e

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)