Skip to content
This repository has been archived by the owner on Aug 6, 2024. It is now read-only.

Commit

Permalink
GUI 2
Browse files Browse the repository at this point in the history
  • Loading branch information
ajh123 committed Aug 21, 2022
1 parent 9f6dbcc commit be82518
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup/main.lua
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ local frame = gui.create.frame({
local w, h = term.getSize()
local gui = api.create_gui(g_win)
local frame = gui.create.frame({
x=0,y=0,width=w,height=h,
x=1,y=1,width=w,height=h,
dragger={x=1,y=1,width=w,height=1}
})
local sGui = frame.child
Expand Down

0 comments on commit be82518

Please sign in to comment.