Make ReportSheet frameless
Similar to https://invent.kde.org/network/neochat/-/merge_requests/1487
This commit is contained in:
committed by
Tobias Fella
parent
8d209a5424
commit
5a469ed126
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user