mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-29 15:03:09 +00:00
porting: Finish ksvg port
This commit is contained in:
parent
b0aa4db836
commit
27e63a167d
3 changed files with 3 additions and 3 deletions
|
|
@ -59,7 +59,7 @@ Components.BaseItem {
|
||||||
bottomPadding: Kirigami.Units.smallSpacing * 4
|
bottomPadding: Kirigami.Units.smallSpacing * 4
|
||||||
|
|
||||||
background: KSvg.FrameSvgItem {
|
background: KSvg.FrameSvgItem {
|
||||||
enabledBorders: PlasmaCore.FrameSvg.BottomBorder
|
enabledBorders: KSvg.FrameSvgItem.BottomBorder
|
||||||
imagePath: "widgets/background"
|
imagePath: "widgets/background"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -40,7 +40,7 @@ Components.BaseItem {
|
||||||
bottomPadding: Kirigami.Units.smallSpacing * 4
|
bottomPadding: Kirigami.Units.smallSpacing * 4
|
||||||
|
|
||||||
background: KSvg.FrameSvgItem {
|
background: KSvg.FrameSvgItem {
|
||||||
enabledBorders: PlasmaCore.FrameSvg.AllBorders
|
enabledBorders: KSvg.FrameSvgItem.AllBorders
|
||||||
imagePath: "widgets/background"
|
imagePath: "widgets/background"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -79,7 +79,7 @@ AppletConfiguration {
|
||||||
}
|
}
|
||||||
|
|
||||||
background: KSvg.FrameSvgItem {
|
background: KSvg.FrameSvgItem {
|
||||||
enabledBorders: PlasmaCore.FrameSvg.AllBorders
|
enabledBorders: KSvg.FrameSvgItem.AllBorders
|
||||||
imagePath: "widgets/background"
|
imagePath: "widgets/background"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue