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

List:       kde-commits
Subject:    [plasma-nm] applet/declarative/contents/ui: Make connection item a slightly larger instead of using
From:       Jan Grulich <jgrulich () redhat ! com>
Date:       2013-03-31 22:47:59
Message-ID: 20130331224759.81F86A604F () git ! kde ! org
[Download RAW message or body]

Git commit 04590e7c6d9744e43c6d56a8698e9ac132825251 by Jan Grulich.
Committed on 01/04/2013 at 00:47.
Pushed by grulich into branch 'master'.

Make connection item a slightly larger instead of using spacing

M  +2    -2    applet/declarative/contents/ui/ConnectionItem.qml
M  +0    -1    applet/declarative/contents/ui/main.qml

http://commits.kde.org/plasma-nm/04590e7c6d9744e43c6d56a8698e9ac132825251

diff --git a/applet/declarative/contents/ui/ConnectionItem.qml \
b/applet/declarative/contents/ui/ConnectionItem.qml index e3c4acd..0a139c5 100644
--- a/applet/declarative/contents/ui/ConnectionItem.qml
+++ b/applet/declarative/contents/ui/ConnectionItem.qml
@@ -42,7 +42,7 @@ Item {
         expanded = false;
     }
 
-    height: 25;
+    height: 30;
     anchors { left: parent.left; right: parent.right }
 
     QIconItem {
@@ -64,7 +64,7 @@ Item {
     PlasmaComponents.Label {
         id: connectionNameLabel;
 
-        height: 25;
+        height: 30;
         anchors { left: connectionTypeIcon.right; right: connectButton.left; top: \
parent.top; leftMargin: 5 }  text: itemName;
         elide: Text.ElideRight;
diff --git a/applet/declarative/contents/ui/main.qml \
b/applet/declarative/contents/ui/main.qml index 54b0d61..52684c9 100644
--- a/applet/declarative/contents/ui/main.qml
+++ b/applet/declarative/contents/ui/main.qml
@@ -84,7 +84,6 @@ Item {
 
         anchors { left: parent.left; right: parent.right; top: parent.top; bottom: \
toolbarSeparator.top; topMargin: 5; bottomMargin: 10 }  clip: true
-        spacing: 5;
         model: connectionSortModel;
         section.property: "itemSection";
         section.delegate: SectionHeader {


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

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