Skip to content

Commit 3c3fa05

Browse files
committed
adjust starting position
1 parent 561eeab commit 3c3fa05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gui/spectate.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ end
5959
Spectate = defclass(Spectate, widgets.Window)
6060
Spectate.ATTRS {
6161
frame_title='Spectate',
62-
frame={w=35, h=30},
62+
frame={l=3, t=5, w=35, h=30},
6363
resizable=true,
6464
resize_min={w=35, h=30},
6565
}

0 commit comments

Comments
 (0)