Make all buttons on InvitationPage not flat

Fixes #73
This commit is contained in:
Tobias Fella
2020-11-25 17:50:10 +01:00
committed by Nicolas Fella
parent e5064dffe5
commit 48c17798b7

View File

@@ -19,7 +19,6 @@ Kirigami.Page {
text: i18n("Accept this invitation?") text: i18n("Accept this invitation?")
RowLayout { RowLayout {
Button { Button {
flat: true
Layout.alignment : Qt.AlignHCenter Layout.alignment : Qt.AlignHCenter
text: i18n("Cancel") text: i18n("Cancel")
@@ -29,7 +28,6 @@ Kirigami.Page {
Button { Button {
Layout.alignment : Qt.AlignHCenter Layout.alignment : Qt.AlignHCenter
text: i18n("Reject") text: i18n("Reject")
flat: true
onClicked: { onClicked: {
room.forget() room.forget()