safer property access + style adjustments

This commit is contained in:
end-4
2025-04-21 21:31:33 +02:00
parent 99b9de9d5c
commit 5dc0dc133d
12 changed files with 12 additions and 10 deletions
@@ -1,4 +1,4 @@
import "root:/modules/common"
import "root:/modules/common/"
import QtQuick
import QtQuick.Layouts
@@ -7,5 +7,5 @@ Text {
verticalAlignment: Text.AlignVCenter
font.family: Appearance.font.family.iconMaterial
font.pixelSize: Appearance.font.pixelSize.small
color: Appearance.colors.colOnBackground
color: Appearance.m3colors.m3onBackground
}
@@ -381,7 +381,6 @@ Item {
contentItem: MaterialSymbol {
anchors.centerIn: parent
// text: expanded ? "keyboard_arrow_up" : "keyboard_arrow_down"
text: "keyboard_arrow_down"
horizontalAlignment: Text.AlignHCenter
verticalAlignment: Text.AlignVCenter