mirror of
https://github.com/kepler155c/opus
synced 2025-12-17 05:38:07 +00:00
ui overhaul
This commit is contained in:
11
sys/apis/ui/components/WizardPage.lua
Normal file
11
sys/apis/ui/components/WizardPage.lua
Normal file
@@ -0,0 +1,11 @@
|
||||
local class = require('class')
|
||||
local UI = require('ui')
|
||||
|
||||
local colors = _G.colors
|
||||
|
||||
UI.WizardPage = class(UI.ActiveLayer)
|
||||
UI.WizardPage.defaults = {
|
||||
UIElement = 'WizardPage',
|
||||
backgroundColor = colors.cyan,
|
||||
ey = -2,
|
||||
}
|
||||
Reference in New Issue
Block a user