Skip to content

Commit 00a1324

Browse files
Fix the positioning
1 parent a1e8500 commit 00a1324

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

gui/design.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1580,7 +1580,7 @@ end
15801580
DesignToolbarOverlay = defclass(DesignToolbarOverlay, overlay.OverlayWidget)
15811581
DesignToolbarOverlay.ATTRS{
15821582
desc='Adds a button to the toolbar at the bottom of the screen for launching gui/design.',
1583-
default_pos={x=40, y=-1},
1583+
default_pos={x=50, y=-1},
15841584
default_enabled=true,
15851585
viewscreens='dwarfmode',
15861586
frame={w=28, h=10},

0 commit comments

Comments
 (0)