misc cleanup

This commit is contained in:
airstruck
2015-10-28 00:06:47 -04:00
parent f19ef288ca
commit 18f51c2ac3
6 changed files with 38 additions and 52 deletions

View File

@@ -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