1
0
mirror of https://github.com/KDE/latte-dock.git synced 2025-03-20 06:50:28 +03:00

fix #621,use layout fill(s) for title tooltip

This commit is contained in:
Michail Vourlakos 2017-07-28 16:59:46 +03:00
parent 3dcf39aebe
commit 41c0b094e7

View File

@ -1166,9 +1166,9 @@ DragDrop.DropArea {
flags: Qt.WindowStaysOnTopHint | Qt.WindowDoesNotAcceptFocus | Qt.ToolTip
location: plasmoid.location
mainItem: Item{
width: titleLbl.width
height: titleLbl.height
mainItem: RowLayout{
Layout.fillWidth: true
Layout.fillHeight: true
PlasmaComponents.Label{
id:titleLbl
text: titleTooltipDialog.title