minor cleanup

This commit is contained in:
airstruck
2015-10-28 11:20:40 -04:00
parent 0759d36702
commit 0d8a01b405
2 changed files with 6 additions and 2 deletions

View File

@@ -41,10 +41,14 @@ return function (config)
slider = {
slices = RESOURCE .. 'button_pressed.png',
padding = 0,
minimumWidth = 24,
minimumHeight = 24
},
progress = {
slices = RESOURCE .. 'button_pressed.png',
padding = 0,
minimumWidth = 24,
minimumHeight = 24
},
progressInner = {
slices = RESOURCE .. 'progress.png',