show full text in previews tooltips

--add some margins in order to be able to draw full
text at launchers previews

BUG: 398948
FIXED-IN: 0.8.2
pull/2/head
Michail Vourlakos 6 years ago
parent f4c9060bff
commit 892becd5f0

@ -110,6 +110,8 @@ Column {
// all textlabels
Column {
spacing: 0.75 * units.smallSpacing
Layout.margins: units.smallSpacing * 0.4
PlasmaComponents.Label {
width: isWin ? textWidth : undefined
height: 1.25 * theme.mSize(theme.defaultFont).height

Loading…
Cancel
Save