[Pkg-privacy-commits] [tails-installer] 06/08: Show the cross again

Intrigeri intrigeri at moszumanska.debian.org
Wed May 24 15:27:36 UTC 2017


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

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

commit 4cdd9fd856798fb61677430c956fe5303ccb3276
Author: Martin Briza <mbriza at redhat.com>
Date:   Thu Apr 21 17:01:50 2016 +0200

    Show the cross again
---
 liveusb/components/DownloadDialog.qml | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/liveusb/components/DownloadDialog.qml b/liveusb/components/DownloadDialog.qml
index eec6999..da5ee8a 100644
--- a/liveusb/components/DownloadDialog.qml
+++ b/liveusb/components/DownloadDialog.qml
@@ -78,8 +78,8 @@ Dialog {
                                 Rectangle {
                                     Layout.fillWidth: false
                                     Layout.alignment: Qt.AlignVCenter
-                                    width: cross.height
-                                    height: cross.height
+                                    width: $(16)
+                                    height: $(16)
                                     radius: width / 2
                                     color: "#88ffffff"
                                     border {
@@ -92,14 +92,14 @@ Dialog {
                                         rotation: 45
                                         Rectangle {
                                             anchors.centerIn: parent
-                                            width: parent.width * 0.8
-                                            height: parent.width * 0.05
+                                            width: parent.width * 0.6
+                                            height: parent.width * 0.1
                                             color: "red"
                                         }
                                         Rectangle {
                                             anchors.centerIn: parent
-                                            height: parent.width * 0.8
-                                            width: parent.width * 0.05
+                                            height: parent.width * 0.6
+                                            width: parent.width * 0.1
                                             color: "red"
                                         }
                                     }

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