From 3c599e263ba9340bb48b3311b604df60cc24c350 Mon Sep 17 00:00:00 2001 From: Christian Doczkal <20443222+chdoc@users.noreply.github.com> Date: Wed, 2 Jul 2025 16:24:59 +0200 Subject: [PATCH] resolve overlap with new buttons in 51.13 --- changelog.txt | 1 + uniform-unstick.lua | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/changelog.txt b/changelog.txt index abb2dbbc4f..561f4e3c48 100644 --- a/changelog.txt +++ b/changelog.txt @@ -33,6 +33,7 @@ Template for new versions: ## Fixes - `gui/mod-manager`: gracefully handle mods with missing or broken ``info.txt`` files +- `uniform-unstick`: resolve overlap with new buttons in 51.13 ## Misc Improvements diff --git a/uniform-unstick.lua b/uniform-unstick.lua index 73fd78b9aa..0fb501fd2d 100644 --- a/uniform-unstick.lua +++ b/uniform-unstick.lua @@ -343,10 +343,11 @@ local MIN_WIDTH = 26 EquipOverlay = defclass(EquipOverlay, overlay.OverlayWidget) EquipOverlay.ATTRS{ desc='Adds a link to the equip screen to fix equipment conflicts.', - default_pos={x=7,y=21}, + default_pos={x=7,y=23}, default_enabled=true, viewscreens='dwarfmode/Squads/Equipment/Default', frame={w=MIN_WIDTH, h=1}, + version=1 } function EquipOverlay:init()