mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 11:00:48 +03:00
Move comments to proper reviews
This commit is contained in:
parent
563bb0a651
commit
6a6384babe
1 changed files with 0 additions and 2 deletions
|
@ -42,13 +42,11 @@ Window {
|
||||||
Text {
|
Text {
|
||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
Layout.maximumWidth: view.width
|
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
|
wrapMode: Text.Wrap
|
||||||
color: palette.text
|
color: palette.text
|
||||||
text: qsTr("Ignoring a user hides their messages (they can still see yours!).")
|
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 }
|
Item { Layout.preferredHeight: Nheko.paddingLarge }
|
||||||
}
|
}
|
||||||
delegate: RowLayout {
|
delegate: RowLayout {
|
||||||
|
|
Loading…
Reference in a new issue