mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-08-03 00:38:41 +02:00
[Application] Tooltip for new pipeline is now set in whole component
Before it was set dynamically (with ToolTip.text...)
This commit is contained in:
parent
064b29cb65
commit
8ab0432793
1 changed files with 8 additions and 3 deletions
|
@ -591,9 +591,14 @@ Page {
|
|||
elide: Text.ElideLeft
|
||||
elideWidth: newPipelineMenu.maxWidth
|
||||
}
|
||||
ToolTip.text: modelData["path"]
|
||||
ToolTip.visible: hovered
|
||||
ToolTip.delay: 200
|
||||
|
||||
ToolTip {
|
||||
id: toolTip
|
||||
|
||||
delay: 200
|
||||
text: modelData["path"]
|
||||
visible: hovered
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue