Merge branch 'main' into main

This commit is contained in:
Vague Syntax
2025-10-04 13:58:36 +03:00
committed by GitHub
9 changed files with 101 additions and 19 deletions
@@ -19,12 +19,14 @@ RowLayout {
spacing: 10
OptionalMaterialSymbol {
icon: root.icon
opacity: root.enabled ? 1 : 0.4
}
StyledText {
id: labelWidget
Layout.fillWidth: true
text: root.text
color: Appearance.colors.colOnSecondaryContainer
opacity: root.enabled ? 1 : 0.4
}
}
@@ -18,6 +18,7 @@ RippleButton {
spacing: 10
OptionalMaterialSymbol {
icon: root.buttonIcon
opacity: root.enabled ? 1 : 0.4
iconSize: Appearance.font.pixelSize.larger
}
StyledText {
@@ -26,6 +27,7 @@ RippleButton {
text: root.text
font: root.font
color: Appearance.colors.colOnSecondaryContainer
opacity: root.enabled ? 1 : 0.4
}
StyledSwitch {
id: switchWidget
@@ -14,6 +14,8 @@ SpinBox {
property real innerButtonRadius: Appearance.rounding.unsharpen
editable: true
opacity: root.enabled ? 1 : 0.4
background: Rectangle {
color: Appearance.colors.colLayer2
radius: root.radius