cleanup most numerical radius values

This commit is contained in:
2026-04-02 23:22:50 +02:00
parent 138d80ef00
commit 61c3fe20d5
40 changed files with 77 additions and 82 deletions
+4 -8
View File
@@ -124,12 +124,10 @@ Item {
VolumesTab {
id: vol
}
DevicesTab {
id: dev
}
}
}
@@ -139,12 +137,10 @@ Item {
ButtonGroup {
id: sinks
}
ButtonGroup {
id: sources
}
CustomText {
@@ -210,7 +206,7 @@ Item {
Layout.preferredHeight: 40
Layout.preferredWidth: 40
color: DynamicColors.palette.m3primary
radius: 1000
radius: Appearance.rounding.full
MaterialIcon {
anchors.alignWhenCentered: false
@@ -284,7 +280,7 @@ Item {
Layout.preferredHeight: 40
Layout.preferredWidth: 40
color: DynamicColors.palette.m3primary
radius: 1000
radius: Appearance.rounding.full
MaterialIcon {
anchors.alignWhenCentered: false
@@ -372,7 +368,7 @@ Item {
Layout.preferredHeight: 40
Layout.preferredWidth: 40
color: DynamicColors.palette.m3primary
radius: 1000
radius: Appearance.rounding.full
MaterialIcon {
id: icon
@@ -383,7 +379,7 @@ Item {
text: "volume_up"
StateLayer {
radius: 1000
radius: Appearance.rounding.full
onClicked: {
appBox.modelData.audio.muted = !appBox.modelData.audio.muted;