diff options
author | Nicolas Werner <nicolas.werner@hotmail.de> | 2021-07-02 12:36:33 +0200 |
---|---|---|
committer | Nicolas Werner <nicolas.werner@hotmail.de> | 2021-07-02 12:36:33 +0200 |
commit | 683a24d2aaaddbc9b8fab87a29361028949ac0ef (patch) | |
tree | d0122e6a06d09519c192f4227c8271c7265114fc /resources/qml | |
parent | Update translations (diff) | |
download | nheko-683a24d2aaaddbc9b8fab87a29361028949ac0ef.tar.xz |
Fix community sidebar toggle
Diffstat (limited to 'resources/qml')
-rw-r--r-- | resources/qml/ChatPage.qml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/resources/qml/ChatPage.qml b/resources/qml/ChatPage.qml index cd323a97..3fa55b42 100644 --- a/resources/qml/ChatPage.qml +++ b/resources/qml/ChatPage.qml @@ -23,6 +23,8 @@ Rectangle { AdaptiveLayoutElement { id: communityListC + visible: Settings.groupView + minimumWidth: communitiesList.avatarSize * 4 + Nheko.paddingMedium * 2 collapsedWidth: communitiesList.avatarSize + 2 * Nheko.paddingMedium preferredWidth: Settings.communityListWidth >= minimumWidth ? Settings.communityListWidth : collapsedWidth |