SidePane: default size if no custom one in state
This commit is contained in:
parent
ad6f111793
commit
29cf78fe18
|
@ -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: {
|
||||
|
|
Loading…
Reference in New Issue
Block a user