Refactor SidePane ListView in a flat way
Also adjust some colors (accentBackground) TODO: Repair Filter rooms field
This commit is contained in:
@@ -26,7 +26,7 @@ CheckBox {
|
||||
anchors.centerIn: parent
|
||||
dimension: parent.width - 2
|
||||
svgName: "check-mark"
|
||||
colorize: theme.colors.accentText
|
||||
colorize: theme.colors.strongAccentBackground
|
||||
|
||||
visible: scale > 0
|
||||
scale: box.checked ? 1 : 0
|
||||
|
Reference in New Issue
Block a user