diff --git a/changelog.txt b/changelog.txt index abb2dbbc4..561f4e3c4 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 73fd78b9a..0fb501fd2 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()