We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba62d8e commit 3c599e2Copy full SHA for 3c599e2
2 files changed
changelog.txt
@@ -33,6 +33,7 @@ Template for new versions:
33
34
## Fixes
35
- `gui/mod-manager`: gracefully handle mods with missing or broken ``info.txt`` files
36
+- `uniform-unstick`: resolve overlap with new buttons in 51.13
37
38
## Misc Improvements
39
uniform-unstick.lua
@@ -343,10 +343,11 @@ local MIN_WIDTH = 26
343
EquipOverlay = defclass(EquipOverlay, overlay.OverlayWidget)
344
EquipOverlay.ATTRS{
345
desc='Adds a link to the equip screen to fix equipment conflicts.',
346
- default_pos={x=7,y=21},
+ default_pos={x=7,y=23},
347
default_enabled=true,
348
viewscreens='dwarfmode/Squads/Equipment/Default',
349
frame={w=MIN_WIDTH, h=1},
350
+ version=1
351
}
352
353
function EquipOverlay:init()
0 commit comments