Fix ViewerButtons implicit width calculation

This commit is contained in:
miruka
2020-07-20 21:39:52 -04:00
parent 93b46dcfee
commit 89e6931d9d
2 changed files with 2 additions and 4 deletions

View File

@@ -9,7 +9,7 @@ HFlow {
property HPopup viewer
readonly property real calculatedWidth:
(close.implicitWidth * visibleChildren.length) + theme.spacing
utils.sumChildrenImplicitWidths(visibleChildren)
HButton {