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