aboutsummaryrefslogtreecommitdiffstats
path: root/imports/system/neptune/controls/NeptunePopup.qml
diff options
context:
space:
mode:
Diffstat (limited to 'imports/system/neptune/controls/NeptunePopup.qml')
-rw-r--r--imports/system/neptune/controls/NeptunePopup.qml6
1 files changed, 3 insertions, 3 deletions
diff --git a/imports/system/neptune/controls/NeptunePopup.qml b/imports/system/neptune/controls/NeptunePopup.qml
index bbc5721d..981a7dac 100644
--- a/imports/system/neptune/controls/NeptunePopup.qml
+++ b/imports/system/neptune/controls/NeptunePopup.qml
@@ -63,7 +63,7 @@ Control {
width: parent.width
height: root.headerBackgroundHeight
visible: root.headerBackgroundVisible
- source: Style.gfx2("floating-panel-top-bg")
+ source: Style.gfx("floating-panel-top-bg")
border {
left: 20
top: 30
@@ -73,7 +73,7 @@ Control {
}
background: ScalableBorderImage {
anchors.fill: root
- source: Style.gfx2("popup-background-9patch", NeptuneStyle.theme)
+ source: Style.gfx("popup-background-9patch", NeptuneStyle.theme)
anchors.leftMargin: NeptuneStyle.dp(-40)
anchors.rightMargin: NeptuneStyle.dp(-40)
anchors.topMargin: NeptuneStyle.dp(-28)
@@ -104,7 +104,7 @@ Control {
height: NeptuneStyle.dp(sourceSize.height)
anchors.verticalCenter: parent.verticalCenter
anchors.verticalCenterOffset: NeptuneStyle.dp(4)
- source: Style.gfx2("popup-close-button-bg", NeptuneStyle.theme)
+ source: Style.gfx("popup-close-button-bg", NeptuneStyle.theme)
fillMode: Image.PreserveAspectFit
}
}