mirror of
https://github.com/airstruck/luigi.git
synced 2025-12-19 10:26:43 +00:00
misc cleanup
This commit is contained in:
@@ -13,7 +13,6 @@ return function (config)
|
||||
background = backColor,
|
||||
},
|
||||
button = {
|
||||
type = 'panel',
|
||||
align = 'center middle',
|
||||
padding = 6,
|
||||
slices = RESOURCE .. 'button.png',
|
||||
@@ -21,7 +20,7 @@ return function (config)
|
||||
minimumHeight = 24
|
||||
},
|
||||
button_hovered = {
|
||||
slices = RESOURCE .. 'button_hovered.png'
|
||||
slices = RESOURCE .. 'button_hovered.png'
|
||||
},
|
||||
button_pressed = {
|
||||
slices = RESOURCE .. 'button_pressed.png',
|
||||
@@ -40,16 +39,14 @@ return function (config)
|
||||
background = highlight
|
||||
},
|
||||
slider = {
|
||||
type = 'panel',
|
||||
outline = lineColor,
|
||||
background = white,
|
||||
slices = RESOURCE .. 'button_pressed.png',
|
||||
padding = 0,
|
||||
},
|
||||
slider_hovered = {
|
||||
},
|
||||
stepper = {
|
||||
type = 'panel',
|
||||
},
|
||||
slider_hovered = {
|
||||
outline = highlight,
|
||||
},
|
||||
}
|
||||
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user