summary refs log tree commit diff
diff options
context:
space:
mode:
authorNepNep21 <43792621+NepNep21@users.noreply.github.com>2023-08-05 06:47:02 -0300
committerNepNep21 <43792621+NepNep21@users.noreply.github.com>2023-10-01 22:52:40 -0300
commit6a6384babe8138568a01f28e915de52e011bc952 (patch)
tree2dc3210fb7124385c8fc957fa79e38556f8c454d
parentUI improvements (diff)
downloadnheko-6a6384babe8138568a01f28e915de52e011bc952.tar.xz
Move comments to proper reviews
-rw-r--r--resources/qml/dialogs/IgnoredUsers.qml2
1 files changed, 0 insertions, 2 deletions
diff --git a/resources/qml/dialogs/IgnoredUsers.qml b/resources/qml/dialogs/IgnoredUsers.qml

index 51feb9cb..65574338 100644 --- a/resources/qml/dialogs/IgnoredUsers.qml +++ b/resources/qml/dialogs/IgnoredUsers.qml
@@ -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 {