[Pkg-privacy-commits] [tails-installer] 14/27: Add a checkmark symbol

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


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

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

commit b8fe103e8de71313add140e5a6ff16a2330737fd
Author: Martin Briza <mbriza at redhat.com>
Date:   Fri Mar 11 10:32:00 2016 +0100

    Add a checkmark symbol
---
 liveusb/components/CheckMark.qml | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/liveusb/components/CheckMark.qml b/liveusb/components/CheckMark.qml
new file mode 100644
index 0000000..af3b62d
--- /dev/null
+++ b/liveusb/components/CheckMark.qml
@@ -0,0 +1,23 @@
+import QtQuick 2.0
+
+Item {
+    width: childrenRect.width
+    height: $(58)
+    Rectangle {
+        rotation: 45
+        x: $(2)
+        y: $(25)
+        width: $(33)
+        height: $(18)
+        color: Qt.tint("light green", "green")
+    }
+
+    Rectangle {
+        rotation: -45
+        x: $(13)
+        y: $(19)
+        width: $(60)
+        height: $(18)
+        color: Qt.tint("light green", "green")
+    }
+}

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