Skip to content

Commit 0dc10e3

Browse files
authored
Merge pull request #1472 from chdoc/fix-uniform-unstick
resolve overlap with new buttons in 51.13
2 parents ba62d8e + 3c599e2 commit 0dc10e3

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

changelog.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ Template for new versions:
3333

3434
## Fixes
3535
- `gui/mod-manager`: gracefully handle mods with missing or broken ``info.txt`` files
36+
- `uniform-unstick`: resolve overlap with new buttons in 51.13
3637

3738
## Misc Improvements
3839

uniform-unstick.lua

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,10 +343,11 @@ local MIN_WIDTH = 26
343343
EquipOverlay = defclass(EquipOverlay, overlay.OverlayWidget)
344344
EquipOverlay.ATTRS{
345345
desc='Adds a link to the equip screen to fix equipment conflicts.',
346-
default_pos={x=7,y=21},
346+
default_pos={x=7,y=23},
347347
default_enabled=true,
348348
viewscreens='dwarfmode/Squads/Equipment/Default',
349349
frame={w=MIN_WIDTH, h=1},
350+
version=1
350351
}
351352

352353
function EquipOverlay:init()

0 commit comments

Comments
 (0)