Skip to content

Commit 890168d

Browse files
authored
Merge pull request darktable-org#426 from wpferguson/425_fix_executable_manager_not_appearing
Change window position of executable_manager and script_manager
2 parents 44ec01b + 191aeca commit 890168d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tools/executable_manager.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ local function install_module()
106106
"executable manager", -- Visible name
107107
true, -- expandable
108108
false, -- resetable
109-
{[dt.gui.views.lighttable] = {"DT_UI_CONTAINER_PANEL_LEFT_BOTTOM", 100}}, -- containers
109+
{[dt.gui.views.lighttable] = {"DT_UI_CONTAINER_PANEL_LEFT_BOTTOM", 600}}, -- containers
110110
dt.new_widget("box") -- widget
111111
{
112112
orientation = "vertical",

tools/script_manager.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -933,7 +933,7 @@ local function install_module()
933933
"script manager", -- Visible name
934934
true, -- expandable
935935
false, -- resetable
936-
{[dt.gui.views.lighttable] = {"DT_UI_CONTAINER_PANEL_LEFT_BOTTOM", 600}}, -- containers
936+
{[dt.gui.views.lighttable] = {"DT_UI_CONTAINER_PANEL_LEFT_BOTTOM", 100}}, -- containers
937937
sm.widgets.main_box,
938938
nil,-- view_enter
939939
nil -- view_leave

0 commit comments

Comments
 (0)