Make settings menu a bit narrower

This commit is contained in:
Nicolas Werner 2022-06-11 10:05:24 +02:00
parent 9df8413741
commit 74712ff6aa
No known key found for this signature in database
GPG Key ID: C8D75E610773F2D9
1 changed files with 1 additions and 1 deletions

View File

@ -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