mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-05-25 06:56:28 +02:00
[ui] GraphEditor: fix tooltip camel case
This commit is contained in:
parent
62ea6924f6
commit
a9b22b0aaa
1 changed files with 1 additions and 1 deletions
|
@ -416,7 +416,7 @@ Item {
|
|||
|
||||
MaterialToolButton {
|
||||
font.pointSize: 13
|
||||
ToolTip.text: "Remove edge"
|
||||
ToolTip.text: "Remove Edge"
|
||||
enabled: edgeMenu.currentEdge && !edgeMenu.currentEdge.dst.node.locked && !edgeMenu.currentEdge.dst.isReadOnly
|
||||
text: MaterialIcons.delete_
|
||||
onClicked: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue