[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    [latte-dock] shell/package/contents/configuration: narrow a bit the dock settings windows ratio
From:       Michail Vourlakos <null () kde ! org>
Date:       2018-09-01 15:26:05
Message-ID: E1fw7mn-0007kL-6a () code ! kde ! org
[Download RAW message or body]

Git commit 28fbfc1eb15af029028c77b3a3faa1110add22a8 by Michail Vourlakos.
Committed on 01/09/2018 at 15:09.
Pushed by mvourlakos into branch 'master'.

narrow a bit the dock settings windows ratio

M  +1    -1    shell/package/contents/configuration/LatteDockConfiguration.=
qml
M  +1    -1    shell/package/contents/configuration/LatteDockSecondaryConfi=
guration.qml

https://commits.kde.org/latte-dock/28fbfc1eb15af029028c77b3a3faa1110add22a8

diff --git a/shell/package/contents/configuration/LatteDockConfiguration.qm=
l b/shell/package/contents/configuration/LatteDockConfiguration.qml
index c9a6aa86..595bc431 100644
--- a/shell/package/contents/configuration/LatteDockConfiguration.qml
+++ b/shell/package/contents/configuration/LatteDockConfiguration.qml
@@ -45,7 +45,7 @@ FocusScope {
     property int maxWidth: 0.6 * dock.screenGeometry.width
 =

     //! propose size based on font size
-    property int proposedWidth: 0.87 * proposedHeight + units.smallSpacing=
 * 2
+    property int proposedWidth: 0.84 * proposedHeight + units.smallSpacing=
 * 2
     property int proposedHeight: 36 * theme.mSize(theme.defaultFont).height
 =

     //! user set scales based on its preference, e.g. 96% of the proposed =
size
diff --git a/shell/package/contents/configuration/LatteDockSecondaryConfigu=
ration.qml b/shell/package/contents/configuration/LatteDockSecondaryConfigu=
ration.qml
index 5a7a85fe..19054eb4 100644
--- a/shell/package/contents/configuration/LatteDockSecondaryConfiguration.=
qml
+++ b/shell/package/contents/configuration/LatteDockSecondaryConfiguration.=
qml
@@ -38,7 +38,7 @@ import org.kde.latte 0.1 as Latte
 FocusScope {
     id: dialog
 =

-    property int maxWidth: Math.max(9 * theme.defaultFont.pixelSize, 2.5 *=
 height)
+    property int maxWidth: Math.max(9 * theme.defaultFont.pixelSize, 2.3 *=
 height)
 =

     width: maxWidth + units.smallSpacing * 2
     height: typeSettings.height + units.smallSpacing * 2

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic