diff --git a/linphone-app/resources.qrc b/linphone-app/resources.qrc
index 28aea58ae..24d49e705 100644
--- a/linphone-app/resources.qrc
+++ b/linphone-app/resources.qrc
@@ -249,6 +249,7 @@
assets/images/tel_keypad_hovered.svg
assets/images/tel_keypad_normal.svg
assets/images/tel_keypad_pressed.svg
+ assets/images/textfield_close.svg
assets/images/timeline_history.svg
assets/images/timeline_filter.svg
assets/images/timeline_search.svg
diff --git a/linphone-app/ui/modules/Common/Tooltip/TooltipArea.qml b/linphone-app/ui/modules/Common/Tooltip/TooltipArea.qml
index ab0e886ed..cf47a1047 100644
--- a/linphone-app/ui/modules/Common/Tooltip/TooltipArea.qml
+++ b/linphone-app/ui/modules/Common/Tooltip/TooltipArea.qml
@@ -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