Rename HDrawer "width" props, add horizontal prop

This commit is contained in:
miruka
2019-12-09 08:10:03 -04:00
parent 99034c7587
commit a5e01fd3b9
4 changed files with 38 additions and 36 deletions

View File

@@ -6,8 +6,8 @@ HDrawer {
id: roomSidePane
color: theme.chat.roomSidePane.background
edge: Qt.RightEdge
normalWidth: buttonRepeater.childrenImplicitWidth
minNormalWidth:
normalSize: buttonRepeater.childrenImplicitWidth
minNormalSize:
buttonRepeater.count > 0 ? buttonRepeater.itemAt(0).implicitWidth : 0
HColumnLayout {