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:
@@ -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,
|
||||
|
Reference in New Issue
Block a user