[Pkg-privacy-commits] [tails-installer] 12/210: Fixed the delegate width

Intrigeri intrigeri at moszumanska.debian.org
Wed May 24 15:26:23 UTC 2017


This is an automated email from the git hooks/post-receive script.

intrigeri pushed a commit to tag 3.90.0
in repository tails-installer.

commit 5d42d73ad92efdf16e6d600fdff02dfc4e41ab4b
Author: Martin Briza <mbriza at redhat.com>
Date:   Wed Feb 11 16:58:50 2015 +0100

    Fixed the delegate width
---
 liveusb/components/ImageList.qml | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/liveusb/components/ImageList.qml b/liveusb/components/ImageList.qml
index 6b6038a..6ea805f 100644
--- a/liveusb/components/ImageList.qml
+++ b/liveusb/components/ImageList.qml
@@ -8,7 +8,7 @@ Item {
 
     property alias currentIndex: osListView.currentIndex
     property bool viewFullList: false
-    property real fadeDuration: 200
+    property real fadeDuration: 250
 
     signal stepForward(int index)
 
@@ -213,8 +213,10 @@ Item {
             clip: true
             anchors {
                 fill: parent
+                leftMargin: 64
+                rightMargin: anchors.leftMargin
                 topMargin: 54
-                bottomMargin: -54
+                bottomMargin: -anchors.topMargin
             }
             footer: Item {
                 height: 54
@@ -255,9 +257,9 @@ Item {
             width: parent.width
             height: 84
             Rectangle {
-                width: parent.width - 2 - 128
+                width: parent.width - 2
                 height: parent.height
-                x: 64 + 1
+                x: 1
                 color: "transparent"
                 IndicatedImage {
                     id: iconRect

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/tails-installer.git



More information about the Pkg-privacy-commits mailing list