@@ -201,7 +201,7 @@ Pane {
201201 height: materialMetrics .height
202202 }
203203 onClicked: shapeColorDialog .item .open ()
204- ToolTip .text : " Shape color "
204+ ToolTip .text : " Shape Color "
205205 ToolTip .visible : hovered
206206 ToolTip .delay : 800
207207 }
@@ -309,7 +309,7 @@ Pane {
309309 ShapeViewerHelper .selectedShapeName = model .fullName
310310 }
311311 }
312- ToolTip .text : isAttributeInitialized ? " Reset shape " : " Set shape "
312+ ToolTip .text : isAttributeInitialized ? " Reset Shape " : " Set Shape "
313313 ToolTip .visible : hovered
314314 ToolTip .delay : 800
315315 }
@@ -358,7 +358,7 @@ Pane {
358358 checkable: false
359359 enabled: prevViewId !== " -1"
360360 onClicked: { _reconstruction .selectedViewId = prevViewId }
361- ToolTip .text : enabled ? " Previous key " : " No previous key "
361+ ToolTip .text : enabled ? " Previous Key " : " No Previous Key "
362362 ToolTip .visible : hovered
363363 ToolTip .delay : 800
364364 }
@@ -399,7 +399,7 @@ Pane {
399399 checkable: false
400400 enabled: nextViewId !== " -1"
401401 onClicked: { _reconstruction .selectedViewId = nextViewId }
402- ToolTip .text : enabled ? " Next key " : " No next key "
402+ ToolTip .text : enabled ? " Next Key " : " No Next Key "
403403 ToolTip .visible : hovered
404404 ToolTip .delay : 800
405405 }
@@ -414,7 +414,7 @@ Pane {
414414 padding: 2
415415 text: MaterialIcons .control_point
416416 onClicked: _reconstruction .appendAttribute (model, undefined )
417- ToolTip .text : " Add element "
417+ ToolTip .text : " Add Element "
418418 ToolTip .visible : hovered
419419 ToolTip .delay : 800
420420 }
@@ -430,7 +430,7 @@ Pane {
430430 onClicked: {
431431 _reconstruction .removeAttribute (model)
432432 }
433- ToolTip .text : " Remove element "
433+ ToolTip .text : " Remove Element "
434434 ToolTip .visible : hovered
435435 ToolTip .delay : 800
436436 }
0 commit comments