Fix missing qrc and tooltip sizes to avoid small areas

This commit is contained in:
Julien Wadel 2021-10-13 14:00:10 +02:00
parent 52a28105ca
commit fd8d5570df
2 changed files with 2 additions and 1 deletions

View file

@ -249,6 +249,7 @@
<file>assets/images/tel_keypad_hovered.svg</file>
<file>assets/images/tel_keypad_normal.svg</file>
<file>assets/images/tel_keypad_pressed.svg</file>
<file>assets/images/textfield_close.svg</file>
<file>assets/images/timeline_history.svg</file>
<file>assets/images/timeline_filter.svg</file>
<file>assets/images/timeline_search.svg</file>

View file

@ -12,7 +12,7 @@ MouseArea {
property int delay: TooltipStyle.delay
property bool force: false
property var tooltipParent: parent
property int maxWidth : tooltipParent.width
property int maxWidth : window.width
property bool _visible: false
property int hoveringCursor : Qt.PointingHandCursor