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:
parent
002e0547ba
commit
bb8a946140
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user