Skip to content

Commit be815fd

Browse files
committed
[ui] Application: Align templates' tooltips with their entry in the menu
Tooltips containing the path of the template used to be displayed right on top of the entry in the "New Pipeline" list, thus masking the entry above. They are now displayed next to the list entry.
1 parent c2f3115 commit be815fd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

meshroom/ui/qml/Application.qml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -691,6 +691,8 @@ Page {
691691
delay: 200
692692
text: modelData["path"]
693693
visible: hovered
694+
x: newPipelineMenu.implicitWidth
695+
y: newPipelineMenuItems.implicitHeight
694696
}
695697
}
696698
}

0 commit comments

Comments
 (0)