From 04b2d84abb23a8998a40fa5ec9b351fd5e42ae07 Mon Sep 17 00:00:00 2001 From: Michail Vourlakos Date: Thu, 2 Aug 2018 19:28:02 +0300 Subject: [PATCH] decrease a bit the settings height CCBUG: 397038 --- shell/package/contents/configuration/LatteDockConfiguration.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell/package/contents/configuration/LatteDockConfiguration.qml b/shell/package/contents/configuration/LatteDockConfiguration.qml index 1a62c50d6..82c640fb5 100644 --- a/shell/package/contents/configuration/LatteDockConfiguration.qml +++ b/shell/package/contents/configuration/LatteDockConfiguration.qml @@ -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