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?")
RowLayout {
Button {
flat: true
Layout.alignment : Qt.AlignHCenter
text: i18n("Cancel")
@@ -29,7 +28,6 @@ Kirigami.Page {
Button {
Layout.alignment : Qt.AlignHCenter
text: i18n("Reject")
flat: true
onClicked: {
room.forget()