minor bug fixes

This commit is contained in:
kepler155c@gmail.com
2020-04-27 22:31:57 -06:00
parent ef0886ec85
commit 8a9878b8e5
6 changed files with 26 additions and 10 deletions

View File

@@ -1,7 +1,6 @@
local Config = require('opus.config')
local UI = require('opus.ui')
local colors = _G.colors
local fs = _G.fs
local turtle = _G.turtle
@@ -11,9 +10,10 @@ if turtle then
local gpsTab = UI.Tab {
title = 'Home',
description = 'Turtle home location',
noFill = true,
labelText = UI.Text {
x = 3, ex = -3, y = 2,
textColor = colors.yellow,
textColor = 'yellow',
value = 'On restart, return to this location'
},
grid = UI.Grid {