Skip to content
Snippets Groups Projects
Commit 9a71a6be authored by Andreas Traczyk's avatar Andreas Traczyk
Browse files

calloverlay: fix svg rendering for device selection checkboxes

Gitlab: #411
Change-Id: I5e9efb3a174e1e4cf8a2813ec0949dce28b3bdba
parent 66a479f7
No related branches found
No related tags found
No related merge requests found
......@@ -222,8 +222,8 @@ ItemDelegate {
source: menuItem.ListView.isCurrentItem ?
"qrc:/images/icons/check_box-24px.svg" :
"qrc:/images/icons/check_box_outline_blank-24px.svg"
layer.enabled: true
layer.effect: ColorOverlay { color: "white" }
smooth: true
color: "white"
}
Text {
Layout.fillWidth: true
......@@ -241,10 +241,10 @@ ItemDelegate {
id: itemPopup
y: isVertical ?
-(implicitHeight - wrapper.height) / 2 :
-(implicitHeight - wrapper.height) / 2 - 18 :
-implicitHeight - 12
x: isVertical ?
-implicitWidth - 18 :
-implicitWidth - 12 :
-(implicitWidth - wrapper.width) / 2 - 18
implicitWidth: contentItem.implicitWidth
......
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