Skip to content
Snippets Groups Projects
Commit 9a363447 authored by Sébastien Blin's avatar Sébastien Blin
Browse files

qt6: fix DropShadow

Change-Id: I8bab1ea3560a584074bed9644a2c40ed51009208
parent 8db188c5
No related branches found
No related tags found
No related merge requests found
Showing
with 13 additions and 0 deletions
......@@ -112,6 +112,7 @@ Popup {
color: JamiTheme.shadowColor
source: container
transparentBorder: true
samples: radius + 1
}
enter: Transition {
......
......@@ -191,6 +191,7 @@ Popup {
color: JamiTheme.shadowColor
source: container
transparentBorder: true
samples: radius + 1
}
enter: Transition {
......
......@@ -107,5 +107,6 @@ Item {
color: JamiTheme.shadowColor
source: bubble
transparentBorder: true
samples: radius + 1
}
}
......@@ -289,6 +289,7 @@ Popup {
color: JamiTheme.shadowColor
source: bubble
transparentBorder: true
samples: radius + 1
}
enter: Transition {
......
......@@ -100,6 +100,7 @@ Menu {
radius: 16.0
color: JamiTheme.shadowColor
transparentBorder: true
samples: radius + 1
}
}
......
......@@ -116,6 +116,7 @@ Popup {
radius: 16.0
color: JamiTheme.shadowColor
transparentBorder: true
samples: radius + 1
}
}
}
......
......@@ -340,6 +340,7 @@ ItemDelegate {
radius: 8.0
color: "#80000000"
transparentBorder: true
samples: radius + 1
}
}
......
......@@ -120,6 +120,7 @@ Control {
radius: 8.0
color: JamiTheme.shadowColor
transparentBorder: true
samples: radius + 1
}
}
}
......
......@@ -93,6 +93,7 @@ Item {
color: Qt.rgba(0, 0.34, 0.6, 0.16)
source: rect
transparentBorder: true
samples: radius + 1
}
PushButton {
......
......@@ -150,6 +150,7 @@ Popup {
color: JamiTheme.shadowColor
source: container
transparentBorder: true
samples: radius + 1
}
enter: Transition {
......
......@@ -188,6 +188,7 @@ Rectangle {
color: JamiTheme.shadowColor
source: boxInfo
transparentBorder: true
samples: radius + 1
}
Rectangle {
......@@ -460,6 +461,7 @@ Rectangle {
color: JamiTheme.shadowColor
source: boxAdvice
transparentBorder: true
samples: radius + 1
}
Rectangle {
......
......@@ -160,6 +160,7 @@ Popup {
color: JamiTheme.shadowColor
source: container
transparentBorder: true
samples: radius + 1
}
enter: Transition {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment