[Pkg-privacy-commits] [tails-installer] 04/21: Fix popover border color

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


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

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

commit 9a1f3e6c3e7ccc90f65765251ab7efab1b45a3bc
Author: Martin Briza <mbriza at redhat.com>
Date:   Thu Apr 14 14:59:41 2016 +0200

    Fix popover border color
---
 liveusb/components/PopOver.qml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/liveusb/components/PopOver.qml b/liveusb/components/PopOver.qml
index 58d87a6..88fe4f7 100644
--- a/liveusb/components/PopOver.qml
+++ b/liveusb/components/PopOver.qml
@@ -26,14 +26,14 @@ Item {
         antialiasing: true
         border {
             width: 1
-            color: "black"
+            color: "#b1b1b1"
         }
         radius: $(6)
         Rectangle {
             z: -1
             y: -$(6.5) - 1
             antialiasing: true
-            border.color: "black"
+            border.color: "#b1b1b1"
             border.width: 1
             color: palette.window
             anchors.horizontalCenter: parent.horizontalCenter

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