Move comments to proper reviews

This commit is contained in:
NepNep21 2023-08-05 06:47:02 -03:00
parent 563bb0a651
commit 6a6384babe
No known key found for this signature in database
GPG key ID: 818E86B41BD5C364

View file

@ -42,13 +42,11 @@ Window {
Text {
Layout.fillWidth: true
Layout.maximumWidth: view.width
// Review request: Wrapping occurs with default width/font values, would it be better design to increase the window width?
wrapMode: Text.Wrap
color: palette.text
text: qsTr("Ignoring a user hides their messages (they can still see yours!).")
}
// Review request: Is there a better way to do this?
Item { Layout.preferredHeight: Nheko.paddingLarge }
}
delegate: RowLayout {