summary refs log tree commit diff
path: root/resources
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2021-12-01 00:46:02 +0100
committerNicolas Werner <nicolas.werner@hotmail.de>2021-12-01 00:46:02 +0100
commitaa5d2098d02076f3268d9cba27e6d27f822b975c (patch)
tree760640a2ed8464da2ed669af5a9b24d5bc81ff5c /resources
parentDon't pad, just fill (diff)
downloadnheko-aa5d2098d02076f3268d9cba27e6d27f822b975c.tar.xz
Don't waste space for non existing subspaces
Diffstat (limited to 'resources')
-rw-r--r--resources/qml/CommunitiesList.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/qml/CommunitiesList.qml b/resources/qml/CommunitiesList.qml

index 68175cea..46e24566 100644 --- a/resources/qml/CommunitiesList.qml +++ b/resources/qml/CommunitiesList.qml
@@ -131,7 +131,7 @@ Page { Item { Layout.preferredWidth: fontMetrics.lineSpacing - visible: !communitySidebar.collapsed && !model.collapsible + visible: !communitySidebar.collapsed && !model.collapsible && Communities.containsSubspaces } Avatar {