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

List:       kde-commits
Subject:    [kde-workspace] plasma-desktop/desktoppackage/contents/configuration/panelconfiguration:
From:       Marco Martin <notmart () gmail ! com>
Date:       2014-03-28 17:02:02
Message-ID: E1WTaAM-0007Ev-Kw () scm ! kde ! org
[Download RAW message or body]

Git commit 89be1bbb39a4b48c18a5579f1fbd11d3034a209e by Marco Martin.
Committed on 28/03/2014 at 16:59.
Pushed by mart into branch 'master'.

resize with implicitSize when returns horizontal

BUG:332734

M  +9    -0    plasma-desktop/desktoppackage/contents/configuration/panelco=
nfiguration/ToolBar.qml

http://commits.kde.org/kde-workspace/89be1bbb39a4b48c18a5579f1fbd11d3034a20=
9e

diff --git a/plasma-desktop/desktoppackage/contents/configuration/panelconf=
iguration/ToolBar.qml b/plasma-desktop/desktoppackage/contents/configuratio=
n/panelconfiguration/ToolBar.qml
index 9aaa6d1..59a88ea 100644
--- a/plasma-desktop/desktoppackage/contents/configuration/panelconfigurati=
on/ToolBar.qml
+++ b/plasma-desktop/desktoppackage/contents/configuration/panelconfigurati=
on/ToolBar.qml
@@ -28,6 +28,7 @@ Item {
     state: parent.state
     implicitWidth: units.gridUnit * 10
     implicitHeight: row.height + 20
+
     GridLayout {
         id: row
         columns: dialogRoot.vertical ? 1 : 2
@@ -272,6 +273,10 @@ Item {
                     right: root.right
                 }
             }
+            PropertyChanges {
+                target: buttonsLayout
+                width: buttonsLayout.implicitWidth
+            }
         },
         State {
             name: "BottomEdge"
@@ -298,6 +303,10 @@ Item {
                     right: root.right
                 }
             }
+            PropertyChanges {
+                target: buttonsLayout
+                width: buttonsLayout.implicitWidth
+            }
         },
         State {
             name: "LeftEdge"
[prev in list] [next in list] [prev in thread] [next in thread] 

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