mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-08-06 10:18:42 +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
|
elide: Text.ElideLeft
|
||||||
elideWidth: newPipelineMenu.maxWidth
|
elideWidth: newPipelineMenu.maxWidth
|
||||||
}
|
}
|
||||||
ToolTip.text: modelData["path"]
|
|
||||||
ToolTip.visible: hovered
|
ToolTip {
|
||||||
ToolTip.delay: 200
|
id: toolTip
|
||||||
|
|
||||||
|
delay: 200
|
||||||
|
text: modelData["path"]
|
||||||
|
visible: hovered
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue