Change QML UI for redactions

This commit is contained in:
Joe Donofry 2021-11-29 00:59:57 +00:00 committed by Nicolas Werner
parent bd020bb473
commit b920f8d7ca
29 changed files with 1644 additions and 868 deletions

View file

@ -170,10 +170,9 @@ Item {
DelegateChoice {
roleValue: MtxEvent.Redacted
Pill {
text: qsTr("removed")
Redacted {
delegateWidth: d.width
}
}
DelegateChoice {