mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 11:00:48 +03:00
Make settings menu a bit narrower
This commit is contained in:
parent
9df8413741
commit
74712ff6aa
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue