Skip to content
Snippets Groups Projects
Unverified Commit 6a6384ba authored by NepNep21's avatar NepNep21
Browse files

Move comments to proper reviews

parent 563bb0a6
No related branches found
No related tags found
No related merge requests found
......@@ -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 {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment