fix session screen button size

This commit is contained in:
end-4
2025-06-11 11:52:24 +02:00
parent 23f0e90a7b
commit 4473129599
2 changed files with 3 additions and 3 deletions
@@ -32,9 +32,6 @@ Button {
property color colRipple: Appearance?.colors.colLayer1Active ?? "#D6CEE2"
property color colRippleToggled: Appearance?.colors.colPrimaryActive ?? "#D6CEE2"
implicitWidth: contentItem.implicitWidth + horizontalPadding * 2
implicitHeight: contentItem.implicitHeight + verticalPadding * 2
property color buttonColor: root.enabled ? (root.toggled ?
(root.hovered ? colBackgroundToggledHover :
colBackgroundToggled) :
@@ -15,6 +15,9 @@ RippleButton {
property string displayText: ""
colBackground: Appearance.colors.colLayer2
implicitWidth: contentItem.implicitWidth + horizontalPadding * 2
implicitHeight: contentItem.implicitHeight + verticalPadding * 2
contentItem: Item {
anchors.centerIn: parent
implicitWidth: languageRow.implicitWidth