[Pkg-privacy-commits] [tails-installer] 163/210: Improve a few graphical hiccups in the dialog

Intrigeri intrigeri at moszumanska.debian.org
Wed May 24 15:26:41 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 6c585004a682d30f5c5a03dcdbf25cff8137791d
Author: Martin Briza <mbriza at redhat.com>
Date:   Wed Sep 9 13:59:41 2015 +0200

    Improve a few graphical hiccups in the dialog
---
 liveusb/components/DownloadDialog.qml | 20 +++++++++++---------
 1 file changed, 11 insertions(+), 9 deletions(-)

diff --git a/liveusb/components/DownloadDialog.qml b/liveusb/components/DownloadDialog.qml
index 63b4062..2b2e472 100644
--- a/liveusb/components/DownloadDialog.qml
+++ b/liveusb/components/DownloadDialog.qml
@@ -57,7 +57,8 @@ Dialog {
                                 width: infoColumn.width
                                 spacing: $(8)
                                 Rectangle {
-                                    anchors.centerIn: cross
+                                    Layout.fillWidth: false
+                                    Layout.alignment: Qt.AlignVCenter
                                     width: cross.height
                                     height: cross.height
                                     radius: width / 2
@@ -66,14 +67,13 @@ Dialog {
                                         width: 1
                                         color: "#a1a1a1"
                                     }
-                                }
-                                Text {
-                                    id: cross
-                                    Layout.fillHeight: true
-                                    verticalAlignment: Text.AlignVCenter
-                                    color: "red"
-                                    text: "✕"
-                                    font.pixelSize: $(16)
+                                    Text {
+                                        id: cross
+                                        anchors.centerIn: parent
+                                        color: "red"
+                                        text: "✕"
+                                        font.pixelSize: $(16)
+                                    }
                                 }
                                 Text {
                                     Layout.fillHeight: true
@@ -137,6 +137,8 @@ Dialog {
 
                     ColumnLayout {
                         width: parent.width
+                        spacing: $(5)
+
                         Behavior on y {
                             NumberAnimation {
                                 duration: 1000

-- 
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