mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-01-17 11:28:07 +00:00
Fix missing qrc and tooltip sizes to avoid small areas
This commit is contained in:
parent
52a28105ca
commit
fd8d5570df
2 changed files with 2 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue