forked from qt-creator/qt-creator
QmlDesigner: Fix content library textures tooltip width
Width calculation didn't account for possible status text. Change-Id: I58378a2dd185ea9ad47459ce107c1c227c2f6fd8 Reviewed-by: Mahmoud Badri <mahmoud.badri@qt.io> Reviewed-by: <github-actions-qt-creator@cristianadam.eu>
This commit is contained in:
@@ -142,7 +142,7 @@ Item {
|
||||
|
||||
Text {
|
||||
id: helperText
|
||||
text: modelData.textureToolTip
|
||||
text: tooltip.text
|
||||
visible: false
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user