Skip to content

Commit 5a9f303

Browse files
committed
fix tooltip offset for toolbar button
1 parent a9f4502 commit 5a9f303

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gui/mass-remove.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,7 @@ MassRemoveToolbarOverlay.ATTRS{
405405
default_pos={x=42, y=-4},
406406
default_enabled=true,
407407
viewscreens='dwarfmode/Designate/ERASE',
408-
frame={w=26, h=11},
408+
frame={w=26, h=10},
409409
}
410410

411411
function MassRemoveToolbarOverlay:init()

0 commit comments

Comments
 (0)