summary refs log tree commit diff
path: root/resources
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2022-06-11 10:05:24 +0200
committerNicolas Werner <nicolas.werner@hotmail.de>2022-06-11 10:05:36 +0200
commit74712ff6aaf3f91b1a500012df9057de91e34675 (patch)
tree8b7b96fa70ea37d41697345a5b241574a29d3cc3 /resources
parentMerge pull request #1089 from syldrathecat/cmake-coeurl (diff)
downloadnheko-74712ff6aaf3f91b1a500012df9057de91e34675.tar.xz
Make settings menu a bit narrower
Diffstat (limited to 'resources')
-rw-r--r--resources/qml/pages/UserSettingsPage.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/qml/pages/UserSettingsPage.qml b/resources/qml/pages/UserSettingsPage.qml
index 6151e067..becfc612 100644
--- a/resources/qml/pages/UserSettingsPage.qml
+++ b/resources/qml/pages/UserSettingsPage.qml
@@ -15,7 +15,7 @@ import im.nheko 1.0
 Rectangle {
     id: userSettingsDialog
 
-    property int collapsePoint: 800
+    property int collapsePoint: 600
     property bool collapsed: width < collapsePoint
     color: Nheko.colors.window