ensire the switch is rendered correctly
This commit is contained in:
parent
856b001d73
commit
b529412312
@ -60,7 +60,8 @@ Private.DualStateButton {
|
||||
imagePath: "widgets/slider"
|
||||
prefix: "groove"
|
||||
width: height * 2
|
||||
height: theme.defaultFont.mSize.height + margins.top
|
||||
height: Math.max(theme.defaultFont.mSize.height + margins.top + margins.bottom,
|
||||
button.margins.top + button.margins.bottom)
|
||||
|
||||
PlasmaCore.FrameSvgItem {
|
||||
id: highlight
|
||||
|
Loading…
x
Reference in New Issue
Block a user