Run qmlformat over everything
This commit is contained in:
@@ -35,10 +35,7 @@ QQC2.RadioButton {
|
||||
return Kirigami.Theme.highlightColor;
|
||||
} else if (root.hovered) {
|
||||
// Match appearance of hovered list items
|
||||
return Qt.rgba(Kirigami.Theme.highlightColor.r,
|
||||
Kirigami.Theme.highlightColor.g,
|
||||
Kirigami.Theme.highlightColor.b,
|
||||
0.5);
|
||||
return Qt.rgba(Kirigami.Theme.highlightColor.r, Kirigami.Theme.highlightColor.g, Kirigami.Theme.highlightColor.b, 0.5);
|
||||
} else {
|
||||
return Kirigami.Theme.backgroundColor;
|
||||
}
|
||||
@@ -62,5 +59,3 @@ QQC2.RadioButton {
|
||||
indicator: Item {}
|
||||
background: Item {}
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user