File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -33,6 +33,7 @@ Template for new versions:
33
33
34
34
## Fixes
35
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
36
37
37
38
## Misc Improvements
38
39
Original file line number Diff line number Diff line change @@ -343,10 +343,11 @@ local MIN_WIDTH = 26
343
343
EquipOverlay = defclass (EquipOverlay , overlay .OverlayWidget )
344
344
EquipOverlay .ATTRS {
345
345
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 },
347
347
default_enabled = true ,
348
348
viewscreens = ' dwarfmode/Squads/Equipment/Default' ,
349
349
frame = {w = MIN_WIDTH , h = 1 },
350
+ version = 1
350
351
}
351
352
352
353
function EquipOverlay :init ()
You can’t perform that action at this time.
0 commit comments