Make settings menu a bit narrower

pull/1093/head
Nicolas Werner 2 years ago
parent 9df8413741
commit 74712ff6aa
No known key found for this signature in database
GPG Key ID: C8D75E610773F2D9
  1. 2
      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

Loading…
Cancel
Save