decrease a bit the settings height

CCBUG: 397038
pull/2/head
Michail Vourlakos 7 years ago
parent 84de238181
commit 04b2d84abb

@ -42,7 +42,7 @@ FocusScope {
property int maxWidth: Math.max(200, 0.87 * proposedHeight)
property int proposedHeight: Math.min(dock.screenGeometry.height - dock.normalThickness - 2*units.largeSpacing,
Math.max(400, 37 * theme.mSize(theme.defaultFont).height))
Math.max(400, 36 * theme.mSize(theme.defaultFont).height))
width: maxWidth + units.smallSpacing * 2
height: proposedHeight

Loading…
Cancel
Save