[Pkg-privacy-commits] [tails-installer] 86/210: Prettier error icon

Intrigeri intrigeri at moszumanska.debian.org
Wed May 24 15:26:31 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 750206fa446a55fc809e0c5332c14531e74bd071
Author: Martin Briza <mbriza at redhat.com>
Date:   Fri Apr 17 15:00:05 2015 +0200

    Prettier error icon
---
 liveusb/components/DownloadDialog.qml | 14 +++++++++++++-
 1 file changed, 13 insertions(+), 1 deletion(-)

diff --git a/liveusb/components/DownloadDialog.qml b/liveusb/components/DownloadDialog.qml
index a558844..f550996 100644
--- a/liveusb/components/DownloadDialog.qml
+++ b/liveusb/components/DownloadDialog.qml
@@ -52,11 +52,23 @@ Dialog {
                             RowLayout {
                                 width: infoColumn.width
                                 spacing: 8
+                                Rectangle {
+                                    anchors.centerIn: cross
+                                    width: cross.height
+                                    height: cross.height
+                                    radius: width / 2
+                                    color: "#88ffffff"
+                                    border {
+                                        width: 1
+                                        color: "#a1a1a1"
+                                    }
+                                }
                                 Text {
+                                    id: cross
                                     Layout.fillHeight: true
                                     verticalAlignment: Text.AlignVCenter
                                     color: "red"
-                                    text: "!!!"
+                                    text: "✕"
                                     font.pointSize: 14
                                 }
                                 Text {

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