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

pull/1/head
Michail Vourlakos 8 years ago
parent 3dcf39aebe
commit 41c0b094e7

@ -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

Loading…
Cancel
Save