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:
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…
x
Reference in New Issue
Block a user