[Pkg-privacy-commits] [tails-installer] 202/210: Nicer stop sign
Intrigeri
intrigeri at moszumanska.debian.org
Wed May 24 15:26:50 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 5c057ac373ce3f3029151d84fbda64da3bb797bc
Author: Martin Briza <mbriza at redhat.com>
Date: Thu Nov 5 16:16:46 2015 +0100
Nicer stop sign
---
liveusb/components/DownloadDialog.qml | 24 +++++++++++++++++-------
1 file changed, 17 insertions(+), 7 deletions(-)
diff --git a/liveusb/components/DownloadDialog.qml b/liveusb/components/DownloadDialog.qml
index 14a6433..b9ebeeb 100644
--- a/liveusb/components/DownloadDialog.qml
+++ b/liveusb/components/DownloadDialog.qml
@@ -64,15 +64,25 @@ Dialog {
radius: width / 2
color: "#88ffffff"
border {
- width: 1
+ width: $(1)
color: "#a1a1a1"
}
- Text {
- id: cross
- anchors.centerIn: parent
- color: "red"
- text: "✕"
- font.pixelSize: $(16)
+ Item {
+ anchors.fill: parent
+ transformOrigin: Item.Center
+ rotation: 45
+ Rectangle {
+ anchors.centerIn: parent
+ width: parent.width * 0.8
+ height: parent.width * 0.05
+ color: "red"
+ }
+ Rectangle {
+ anchors.centerIn: parent
+ height: parent.width * 0.8
+ width: parent.width * 0.05
+ color: "red"
+ }
}
}
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