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

List:       kde-commits
Subject:    [kdeplasma-addons] applets/konsoleprofiles/package/contents/ui: optimize konsole scaling fix bug 360
From:       andreas kainz <kainz.a () gmail ! com>
Date:       2016-06-14 9:31:09
Message-ID: E1bCkgf-0006mh-HK () scm ! kde ! org
[Download RAW message or body]

Git commit f7a3b7b42783ae5b812338f5f0b164689580a4cf by andreas kainz.
Committed on 14/06/2016 at 09:30.
Pushed by andreask into branch 'master'.

optimize konsole scaling fix bug 360988
REVIEW: 128178
BUG: 360988

M  +5    -5    applets/konsoleprofiles/package/contents/ui/konsoleprofiles.=
qml

http://commits.kde.org/kdeplasma-addons/f7a3b7b42783ae5b812338f5f0b16468958=
0a4cf

diff --git a/applets/konsoleprofiles/package/contents/ui/konsoleprofiles.qm=
l b/applets/konsoleprofiles/package/contents/ui/konsoleprofiles.qml
index ce980af..7043940 100644
--- a/applets/konsoleprofiles/package/contents/ui/konsoleprofiles.qml
+++ b/applets/konsoleprofiles/package/contents/ui/konsoleprofiles.qml
@@ -24,11 +24,11 @@ import org.kde.plasma.components 2.0 as PlasmaComponents
 Item {
    id: konsoleProfiles
 =

-    Plasmoid.switchWidth: units.gridUnit * 13
-    Plasmoid.switchHeight: units.gridUnit * 16
+    Plasmoid.switchWidth: units.gridUnit * 11
+    Plasmoid.switchHeight: units.gridUnit * 11
 =

     Layout.minimumWidth: units.gridUnit * 12
-    Layout.minimumHeight: units.gridUnit * 15
+    Layout.minimumHeight: units.gridUnit * 12
 =

     function popupEventSlot(shown) {
         if (shown) {
@@ -72,8 +72,8 @@ Item {
         PlasmaCore.IconItem {
             id: appIcon
             source: "utilities-terminal"
-            width: 32
-            height: 32
+            width: units.iconSizes.medium
+            height: units.iconSizes.medium
         }
 =

         PlasmaComponents.Label {
[prev in list] [next in list] [prev in thread] [next in thread] 

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