[PC3 ToolTip] Reduce margins to smallSpacing

CCBUG: 428191

BUG: 433243

FIXED-IN: 5.80
This commit is contained in:
Noah Davis 2021-02-19 13:28:46 -05:00
parent 2b31e65cb4
commit b84fbb01f7

View File

@ -23,7 +23,7 @@ T.ToolTip {
implicitHeight: Math.max(implicitBackgroundHeight + topInset + bottomInset, implicitContentHeight + topPadding + bottomPadding)
implicitWidth: Math.max(implicitBackgroundWidth + leftInset + rightInset, implicitContentWidth + leftPadding + rightPadding)
margins: units.gridUnit
margins: PlasmaCore.Units.smallSpacing
leftPadding: backgroundItem.margins.left
topPadding: backgroundItem.margins.top
rightPadding: backgroundItem.margins.right