1
0
mirror of https://github.com/KDE/latte-dock.git synced 2025-03-22 14:50:31 +03:00

fix warnings

This commit is contained in:
Michail Vourlakos 2019-06-17 21:46:39 +03:00
parent 002e0547ba
commit bb8a946140

View File

@ -237,26 +237,26 @@ T.ComboBox {
}
}
Component {
/* Component {
id: mobileCursor
Private.MobileCursor {
target: textField
}
}
}*/
Component {
id: undefinedCursor
Item{}
}
Private.MobileCursor {
/* Private.MobileCursor {
target: textField
selectionStartHandle: true
property var rect: textField.positionToRectangle(textField.selectionStart)
//FIXME: this magic values seem to be always valid, for every font,every dpi, every scaling
x: rect.x + 5
y: rect.y + 6
}
}*/
background: PlasmaCore.FrameSvgItem {
id: surfaceNormal