mirror of
https://github.com/airstruck/luigi.git
synced 2025-12-19 02:16:43 +00:00
simplify style system
This commit is contained in:
@@ -8,12 +8,11 @@ return {
|
||||
toolButton = {
|
||||
align = 'center middle',
|
||||
width = 48,
|
||||
},
|
||||
toolButton_focused = {
|
||||
slices = 'defer',
|
||||
},
|
||||
toolButton_not_hovered = {
|
||||
slices = false,
|
||||
slices = function (self)
|
||||
return self.focused and 'defer'
|
||||
or self.hovered and 'defer'
|
||||
or false
|
||||
end
|
||||
},
|
||||
statusbar = {
|
||||
align = 'left middle',
|
||||
@@ -32,7 +31,6 @@ return {
|
||||
type = 'submenu',
|
||||
width = 600,
|
||||
height = 400,
|
||||
float = true,
|
||||
},
|
||||
dialogHead = {
|
||||
type = 'panel',
|
||||
|
||||
Reference in New Issue
Block a user