[Pkg-privacy-commits] [tails-installer] 15/30: More scaling fixes
Intrigeri
intrigeri at moszumanska.debian.org
Wed May 24 15:27:09 UTC 2017
This is an automated email from the git hooks/post-receive script.
intrigeri pushed a commit to tag 3.92.0
in repository tails-installer.
commit 68a8a4721d34bb2afff7dcd0589f4cb7d905dacf
Author: Martin Bříza <m at rtinbriza.cz>
Date: Tue Apr 5 16:03:00 2016 +0200
More scaling fixes
---
liveusb/components/ImageList.qml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/liveusb/components/ImageList.qml b/liveusb/components/ImageList.qml
index 096b8ce..a0ff54b 100644
--- a/liveusb/components/ImageList.qml
+++ b/liveusb/components/ImageList.qml
@@ -20,7 +20,7 @@ Item {
id: searchBox
border {
color: searchInput.activeFocus ? "#4a90d9" : "#c3c3c3"
- width: 1
+ width: $(1)
}
radius: $(6)
color: "white"
@@ -208,7 +208,7 @@ Item {
clip: true
visible: liveUSBData.releaseProxyModel.isFront
anchors.fill: parent
- anchors.margins: 1
+ anchors.margins: $(1)
radius: 3
color: palette.window
Rectangle {
@@ -228,7 +228,7 @@ Item {
opacity: hidden ? 0.0 : 1.0
Behavior on opacity { NumberAnimation { duration: 60 } }
anchors.centerIn: parent
- spacing: 2
+ spacing: $(2)
Repeater {
model: 3
Rectangle {
--
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