summaryrefslogtreecommitdiffstats
path: root/resources/qml/ChatPage.qml
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2021-07-03 22:45:36 +0200
committerNicolas Werner <nicolas.werner@hotmail.de>2021-07-03 22:45:36 +0200
commitf6f5d2615a517776e10f4c88778aaf4ce226131e (patch)
treef8bde1bff865807e67644cea8098a6a1c1712d34 /resources/qml/ChatPage.qml
parent683a24d2aaaddbc9b8fab87a29361028949ac0ef (diff)
Make emoji picker follow theme
Diffstat (limited to 'resources/qml/ChatPage.qml')
-rw-r--r--resources/qml/ChatPage.qml1
1 files changed, 0 insertions, 1 deletions
diff --git a/resources/qml/ChatPage.qml b/resources/qml/ChatPage.qml
index 3fa55b42..7f6758df 100644
--- a/resources/qml/ChatPage.qml
+++ b/resources/qml/ChatPage.qml
@@ -24,7 +24,6 @@ Rectangle {
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