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

List:       kde-commits
Subject:    [calligra/krita-sketch-rempt] krita/sketch/qml/components: Fix open image button alignment.
From:       Arjen Hiemstra <ahiemstra () heimr ! nl>
Date:       2012-08-31 16:10:52
Message-ID: 20120831161052.AC160A6094 () git ! kde ! org
[Download RAW message or body]

Git commit 6e8c3138a6edbd1b8d800b79bfd11e129f35a637 by Arjen Hiemstra.
Committed on 31/08/2012 at 18:10.
Pushed by ahiemstra into branch 'krita-sketch-rempt'.

Fix open image button alignment.

M  +2    -1    krita/sketch/qml/components/RecentFilesList.qml

http://commits.kde.org/calligra/6e8c3138a6edbd1b8d800b79bfd11e129f35a637

diff --git a/krita/sketch/qml/components/RecentFilesList.qml \
b/krita/sketch/qml/components/RecentFilesList.qml index e3d0fc8..3869f7b 100644
--- a/krita/sketch/qml/components/RecentFilesList.qml
+++ b/krita/sketch/qml/components/RecentFilesList.qml
@@ -29,6 +29,7 @@ Item {
     }
 
     ListView {
+        id: view;
         anchors.left: parent.left;
         anchors.right: parent.right;
         anchors.top: parent.top;
@@ -110,7 +111,7 @@ Item {
     }
 
     Item {
-        anchors.bottom: parent.bottom;
+        anchors.top: view.bottom;
         width: parent.width;
         height: Constants.GridHeight * 1.75;
 


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

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