mirror of
https://github.com/airstruck/luigi.git
synced 2025-12-19 02:16:43 +00:00
adjust children for parent padding and margin
This commit is contained in:
@@ -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,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user