Fix ViewerButtons implicit width calculation
This commit is contained in:
parent
93b46dcfee
commit
89e6931d9d
4
TODO.md
4
TODO.md
|
@ -1,10 +1,8 @@
|
||||||
# TODO
|
# TODO
|
||||||
|
|
||||||
- Image viewer:
|
- Image viewer:
|
||||||
- fix width
|
|
||||||
- open externally in context menu in timeline thumbnail, also button
|
- open externally in context menu in timeline thumbnail, also button
|
||||||
- hflickable support kinetic scrolling disabler and speed/decel settings
|
- hflickable: support kinetic scrolling disabler
|
||||||
- keyboard controls
|
|
||||||
|
|
||||||
- clipboard preview doesn't update when copied image changes until second time
|
- clipboard preview doesn't update when copied image changes until second time
|
||||||
- Avatar tooltip can get displayed in front of presence menu
|
- Avatar tooltip can get displayed in front of presence menu
|
||||||
|
|
|
@ -9,7 +9,7 @@ HFlow {
|
||||||
property HPopup viewer
|
property HPopup viewer
|
||||||
|
|
||||||
readonly property real calculatedWidth:
|
readonly property real calculatedWidth:
|
||||||
(close.implicitWidth * visibleChildren.length) + theme.spacing
|
utils.sumChildrenImplicitWidths(visibleChildren)
|
||||||
|
|
||||||
|
|
||||||
HButton {
|
HButton {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user