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
@@ -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