From b97ad55a980d0f24e05ada05fa06e32566a5ecef Mon Sep 17 00:00:00 2001 From: Myk Taylor Date: Wed, 14 Jun 2023 15:40:46 -0700 Subject: [PATCH] shift the stockpiles overlay a bit to the left to avoid overlapping the right-most column on some resolutions --- plugins/lua/stockpiles.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/lua/stockpiles.lua b/plugins/lua/stockpiles.lua index 661c6a86d..229e69f7b 100644 --- a/plugins/lua/stockpiles.lua +++ b/plugins/lua/stockpiles.lua @@ -355,7 +355,7 @@ end StockpilesOverlay = defclass(StockpilesOverlay, overlay.OverlayWidget) StockpilesOverlay.ATTRS{ - default_pos={x=24, y=-6}, + default_pos={x=16, y=-6}, default_enabled=true, viewscreens='dwarfmode/Some/Stockpile', frame={w=65, h=4},