From 29cf78fe18c5011c51e32d2f63cacea248d8e810 Mon Sep 17 00:00:00 2001 From: miruka Date: Tue, 10 Dec 2019 14:10:01 -0400 Subject: [PATCH] SidePane: default size if no custom one in state --- src/qml/SidePane/SidePane.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/qml/SidePane/SidePane.qml b/src/qml/SidePane/SidePane.qml index c06b8415..3feeb192 100644 --- a/src/qml/SidePane/SidePane.qml +++ b/src/qml/SidePane/SidePane.qml @@ -6,7 +6,7 @@ import "../utils.js" as Utils HDrawer { id: sidePane color: theme.sidePane.background - normalSize: window.uiState.sidePaneManualWidth + normalSize: window.uiState.sidePaneManualWidth || 300 minNormalSize: theme.controls.avatar.size + theme.spacing * 2 onUserResized: {