1
0
mirror of https://github.com/KDE/latte-dock.git synced 2025-03-04 08:58:20 +03:00

add a few margins for applets tooltips

This commit is contained in:
Michail Vourlakos 2018-04-06 00:38:23 +03:00
parent 92c025d94d
commit 13e8791213

View File

@ -1438,6 +1438,10 @@ DragDrop.DropArea {
Layout.fillHeight: true
PlasmaComponents.Label{
id:titleLbl
Layout.leftMargin: 4
Layout.rightMargin: 4
Layout.topMargin: 2
Layout.bottomMargin: 2
text: titleTooltipDialog.title
}
}