@@ -79,7 +79,7 Column { | |||||
79 | rows: 2 |
|
79 | rows: 2 | |
80 | Label { |
|
80 | Label { | |
81 | text: qsTr("backgroundRoundness") |
|
81 | text: qsTr("backgroundRoundness") | |
82 |
tool |
|
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 |
tool |
|
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 |
tool |
|
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