adjust children for parent padding and margin

This commit is contained in:
airstruck
2015-10-25 16:01:41 -04:00
parent 8f604fb79d
commit 995825b9b3
11 changed files with 108 additions and 84 deletions

View File

@@ -9,14 +9,13 @@ return function (config)
return {
panel = {
background = backColor,
padding = 4,
},
button = {
type = 'panel',
align = 'center middle',
outline = lineColor,
bend = 0.1,
margin = 4,
margin = 2,
},
button_hovered = {
background = white,
@@ -30,9 +29,8 @@ return function (config)
align = 'left middle',
background = { 255, 255, 255 },
outline = lineColor,
bend = -0.1,
margin = 4,
padding = 4,
margin = 2,
padding = 2,
},
sash = {
background = lineColor
@@ -45,6 +43,9 @@ return function (config)
outline = lineColor,
background = white,
},
stepper = {
type = 'panel',
},
slider_hovered = {
outline = highlight,
},