From 62a807816913204d3d3be6ffd0eb5fbc7bc0dd0f Mon Sep 17 00:00:00 2001 From: Samkist Date: Wed, 18 May 2022 21:49:44 -0400 Subject: [PATCH] more typos oops --- source/basalt.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/basalt.lua b/source/basalt.lua index 26c6a51..4a51f8c 100644 --- a/source/basalt.lua +++ b/source/basalt.lua @@ -732,7 +732,7 @@ local function Button(name) base:setValue("Button") base:setZIndex(5) - base.weight = 8 + base.width = 8 base.bgColor = theme.ButtonBG base.fgColor = theme.ButtonFG @@ -1186,9 +1186,9 @@ local function Program(name) return basaltwindow end - base.weight = 30 + base.width = 30 base.height = 12 - local pWindow = createBasaltWindow(1, 1, base.weight, base.height) + local pWindow = createBasaltWindow(1, 1, base.width, base.height) local curProcess local paused = false local queuedEvent = {}