This commit is contained in:
kepler155c@gmail.com
2019-02-23 07:27:35 -05:00
parent 4485a751bd
commit 1c859029f1
3 changed files with 2 additions and 8 deletions

View File

@@ -83,7 +83,7 @@ local page = UI.Page {
intro = UI.TextArea {
textColor = colors.yellow,
inactive = true,
x = 3, ex = -3, y = 2, ey = -3,
x = 3, ex = -3, y = 2, ey = -4,
value = string.format(packagesIntro, Ansi.white),
},
},