style: format

This commit is contained in:
talksik
2025-04-12 12:47:38 -07:00
parent 4ae90f906b
commit 6e6e81dbb6
10 changed files with 250 additions and 245 deletions
+7 -7
View File
@@ -9,14 +9,14 @@ Button {
font.bold: true
contentItem: IconLabel {
spacing: control.spacing
mirrored: control.mirrored
display: control.display
spacing: control.spacing
mirrored: control.mirrored
display: control.display
icon: control.icon
text: control.text
font: control.font
color: Theme.foreground
icon: control.icon
text: control.text
font: control.font
color: Theme.foreground
}
background: Rectangle {