Fix a HDrawer weird size issue
This commit is contained in:
@@ -4,8 +4,8 @@ import "../utils.js" as Utils
|
|||||||
|
|
||||||
Drawer {
|
Drawer {
|
||||||
id: drawer
|
id: drawer
|
||||||
implicitWidth: horizontal ? calculatedSize : referenceSizeParent.width
|
implicitWidth: horizontal ? calculatedSize : parent.width
|
||||||
implicitHeight: vertical ? calculatedSize : referenceSizeParent.height
|
implicitHeight: vertical ? calculatedSize : parent.height
|
||||||
|
|
||||||
topPadding: 0
|
topPadding: 0
|
||||||
bottomPadding: 0
|
bottomPadding: 0
|
||||||
|
Reference in New Issue
Block a user