From 27e63a167dcdb023cf90ac286b2a3cd6828e6c70 Mon Sep 17 00:00:00 2001 From: Devin Lin Date: Tue, 26 Sep 2023 21:18:39 -0700 Subject: [PATCH] porting: Finish ksvg port --- .../qml/actiondrawer/quicksettings/QuickSettingsDrawer.qml | 2 +- .../qml/actiondrawer/quicksettings/QuickSettingsPanel.qml | 2 +- shell/contents/configuration/ContainmentConfiguration.qml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/components/mobileshell/qml/actiondrawer/quicksettings/QuickSettingsDrawer.qml b/components/mobileshell/qml/actiondrawer/quicksettings/QuickSettingsDrawer.qml index 74886dc3..4f3c742e 100644 --- a/components/mobileshell/qml/actiondrawer/quicksettings/QuickSettingsDrawer.qml +++ b/components/mobileshell/qml/actiondrawer/quicksettings/QuickSettingsDrawer.qml @@ -59,7 +59,7 @@ Components.BaseItem { bottomPadding: Kirigami.Units.smallSpacing * 4 background: KSvg.FrameSvgItem { - enabledBorders: PlasmaCore.FrameSvg.BottomBorder + enabledBorders: KSvg.FrameSvgItem.BottomBorder imagePath: "widgets/background" } diff --git a/components/mobileshell/qml/actiondrawer/quicksettings/QuickSettingsPanel.qml b/components/mobileshell/qml/actiondrawer/quicksettings/QuickSettingsPanel.qml index 8b96e2e4..e9c79398 100644 --- a/components/mobileshell/qml/actiondrawer/quicksettings/QuickSettingsPanel.qml +++ b/components/mobileshell/qml/actiondrawer/quicksettings/QuickSettingsPanel.qml @@ -40,7 +40,7 @@ Components.BaseItem { bottomPadding: Kirigami.Units.smallSpacing * 4 background: KSvg.FrameSvgItem { - enabledBorders: PlasmaCore.FrameSvg.AllBorders + enabledBorders: KSvg.FrameSvgItem.AllBorders imagePath: "widgets/background" } diff --git a/shell/contents/configuration/ContainmentConfiguration.qml b/shell/contents/configuration/ContainmentConfiguration.qml index 9bc4bbe5..d8c0047b 100644 --- a/shell/contents/configuration/ContainmentConfiguration.qml +++ b/shell/contents/configuration/ContainmentConfiguration.qml @@ -79,7 +79,7 @@ AppletConfiguration { } background: KSvg.FrameSvgItem { - enabledBorders: PlasmaCore.FrameSvg.AllBorders + enabledBorders: KSvg.FrameSvgItem.AllBorders imagePath: "widgets/background" }