##// END OF EJS Templates
renaming toolTip to tooltip...
Thomas Hartmann -
r2751:9638fbc1e8d8
parent child
Show More
@@ -79,7 +79,7 Column {
79 rows: 2
79 rows: 2
80 Label {
80 Label {
81 text: qsTr("backgroundRoundness")
81 text: qsTr("backgroundRoundness")
82 toolTip: qsTr("Diameter of the rounding circle at the corners")
82 tooltip: qsTr("Diameter of the rounding circle at the corners")
83 Layout.fillWidth: true
83 Layout.fillWidth: true
84 }
84 }
85
85
@@ -96,7 +96,7 Column {
96
96
97 Label {
97 Label {
98 text: qsTr("dropShadowEnabled")
98 text: qsTr("dropShadowEnabled")
99 toolTip: qsTr("Enable border drop shadow")
99 tooltip: qsTr("Enable border drop shadow")
100 Layout.fillWidth: true
100 Layout.fillWidth: true
101 }
101 }
102
102
@@ -142,7 +142,7 Column {
142 rows: 1
142 rows: 1
143 Label {
143 Label {
144 text: qsTr("localizeNumbers")
144 text: qsTr("localizeNumbers")
145 toolTip: qsTr("Localize numbers")
145 tooltip: qsTr("Localize numbers")
146 Layout.fillWidth: true
146 Layout.fillWidth: true
147 }
147 }
148
148
General Comments 0
You need to be logged in to leave comments. Login now