Skip to content

Commit 191aeca

Browse files
committed
tools - Moved script_manager to bottom of lower left panel and
moved executable_manager to middle of lower left panel to work around windows GTK window placement error.
1 parent 44ec01b commit 191aeca

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)