diff options
author | kamathmanu <manuriddle@gmail.com> | 2021-08-14 09:49:18 -0400 |
---|---|---|
committer | kamathmanu <manuriddle@gmail.com> | 2021-08-14 09:49:18 -0400 |
commit | 0f4a7b1ba63a50f6b5603cb94e686d7fe230371e (patch) | |
tree | dbb2c4af7a1dd2cb7b171ea5bdaa5a0cf3d29ce4 | |
parent | Clean up final nits (diff) | |
download | nheko-0f4a7b1ba63a50f6b5603cb94e686d7fe230371e.tar.xz |
Formatting + Licensing
-rw-r--r-- | resources/qml/RoomDirectory.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/qml/RoomDirectory.qml b/resources/qml/RoomDirectory.qml index abd35c57..cd409bea 100644 --- a/resources/qml/RoomDirectory.qml +++ b/resources/qml/RoomDirectory.qml @@ -36,7 +36,7 @@ ApplicationWindow { anchors.fill: parent model: publicRooms - ScrollHelper { + ScrollHelper { flickable: parent anchors.fill: parent enabled: !Settings.mobileMode |