[Pkg-privacy-commits] [tails-installer] 05/21: Fix popover alignment
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 cba6a5f349e213363fb197ed486484898ddd12f0
Author: Martin Briza <mbriza at redhat.com>
Date: Thu Apr 14 15:00:42 2016 +0200
Fix popover alignment
---
liveusb/components/ImageDetails.qml | 5 +++++
liveusb/components/PopOver.qml | 5 -----
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/liveusb/components/ImageDetails.qml b/liveusb/components/ImageDetails.qml
index da7890f..5cddd2a 100644
--- a/liveusb/components/ImageDetails.qml
+++ b/liveusb/components/ImageDetails.qml
@@ -172,6 +172,11 @@ Item {
PopOver {
id: popover
+ anchors {
+ horizontalCenter: parent.horizontalCenter
+ top: parent.bottom
+ topMargin: $(8) + opacity * $(24)
+ }
}
}
}
diff --git a/liveusb/components/PopOver.qml b/liveusb/components/PopOver.qml
index 88fe4f7..4b7239d 100644
--- a/liveusb/components/PopOver.qml
+++ b/liveusb/components/PopOver.qml
@@ -7,11 +7,6 @@ Item {
id: popover
z: -1
property bool open: false
- anchors {
- right: parent.right
- top: parent.bottom
- topMargin: $(8) + opacity * $(24)
- }
visible: opacity > 0.0
opacity: open ? 1.0 : 0.0
Behavior on opacity { NumberAnimation { duration: 150 } }
--
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