We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5625282 + d219706 commit 54098a0Copy full SHA for 54098a0
package/contents/ui/DateSelector.qml
@@ -60,7 +60,7 @@ PlasmaComponents3.TextField {
60
onEditingFinished: updateText()
61
Component.onCompleted: updateText()
62
63
- property Controls.Popup popup: T.Popup {
+ property T.Popup popup: T.Popup {
64
x: control.mirrored ? control.width - width : 0
65
y: control.height
66
package/contents/ui/TimeSelector.qml
@@ -109,7 +109,7 @@ PlasmaComponents3.TextField {
109
}
110
111
112
113
114
115
property int minWidth: 120 * units.devicePixelRatio
0 commit comments