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

@ -1,10 +1,8 @@
# TODO
- Image viewer:
- fix width
- open externally in context menu in timeline thumbnail, also button
- hflickable support kinetic scrolling disabler and speed/decel settings
- keyboard controls
- hflickable: support kinetic scrolling disabler
- clipboard preview doesn't update when copied image changes until second time
- Avatar tooltip can get displayed in front of presence menu

View File

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