1
0
mirror of https://github.com/kepler155c/opus synced 2025-10-21 18:57:41 +00:00

ui grid header sizing

This commit is contained in:
kepler155c@gmail.com
2019-01-11 16:04:31 -05:00
parent 712ffdb97c
commit 25031bfdc2
2 changed files with 14 additions and 9 deletions

View File

@@ -50,11 +50,11 @@ local page = UI.Page {
event = 'hide-action',
},
button = UI.Button {
x = -10, y = 4,
x = -10, y = 3,
text = ' Begin ', event = 'begin',
},
output = UI.Embedded {
y = 6, ey = -2, x = 2, ex = -2,
y = 5, ey = -2, x = 2, ex = -2,
},
statusBar = UI.StatusBar {
backgroundColor = colors.cyan,