welcome: fill buttons

This commit is contained in:
end-4
2025-06-17 12:24:06 +02:00
parent 72f2aa5c2f
commit 3acbe92363
+1 -2
View File
@@ -102,8 +102,6 @@ ApplicationWindow {
horizontalPadding: 15
buttonRadius: Appearance.rounding.small
colBackground: Appearance.colors.colLayer2
// colBackgroundHover: Appearance.colors.colSecondaryContainerHover
// colRipple: Appearance.colors.colSecondaryContainerActive
contentItem: RowLayout {
Item {
@@ -116,6 +114,7 @@ ApplicationWindow {
text: buttonWithIconRoot.iconText
iconSize: Appearance.font.pixelSize.larger
color: Appearance.colors.colOnSecondaryContainer
fill: 1
}
}
Loader {