Make ReportSheet frameless

Similar to https://invent.kde.org/network/neochat/-/merge_requests/1487
This commit is contained in:
Carl Schwan
2023-12-17 23:28:36 +01:00
committed by Tobias Fella
parent 8d209a5424
commit 5a469ed126

View File

@@ -17,11 +17,20 @@ Kirigami.Page {
title: i18n("Report Message")
leftPadding: 0
rightPadding: 0
topPadding: 0
bottomPadding: 0
QQC2.TextArea {
id: reason
placeholderText: i18n("Reason for reporting this message")
anchors.fill: parent
wrapMode: TextEdit.Wrap
background: Rectangle {
color: Kirigami.Theme.backgroundColor
}
}
footer: QQC2.ToolBar {