forked from Shinonome/dots-hyprland
safer property access + style adjustments
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user