[Pkg-privacy-commits] [tails-installer] 14/30: Fix some scaling issues

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 8d7e44a7cd542b5d356db37a1f33e1a0bd5fe33e
Author: Martin Bříza <m at rtinbriza.cz>
Date:   Tue Apr 5 15:47:10 2016 +0200

    Fix some scaling issues
---
 liveusb/components/DownloadDialog.qml | 1 +
 liveusb/components/RestoreDialog.qml  | 3 +++
 2 files changed, 4 insertions(+)

diff --git a/liveusb/components/DownloadDialog.qml b/liveusb/components/DownloadDialog.qml
index 2325b15..15953d5 100644
--- a/liveusb/components/DownloadDialog.qml
+++ b/liveusb/components/DownloadDialog.qml
@@ -159,6 +159,7 @@ Dialog {
                                     verticalAlignment: Text.AlignVCenter
                                     wrapMode: Text.Wrap
                                     text: liveUSBData.currentImage.info[index]
+                                    font.pixelSize: $(12)
                                 }
                             }
                         }
diff --git a/liveusb/components/RestoreDialog.qml b/liveusb/components/RestoreDialog.qml
index 771b608..79c1191 100644
--- a/liveusb/components/RestoreDialog.qml
+++ b/liveusb/components/RestoreDialog.qml
@@ -54,6 +54,7 @@ Dialog {
                                             </p>")
                     textFormat: Text.RichText
                     wrapMode: Text.WrapAtWordBoundaryOrAnywhere
+                    font.pixelSize: $(12)
                 }
                 ColumnLayout {
                     id: progress
@@ -75,6 +76,7 @@ Dialog {
                         Layout.fillWidth: true
                         wrapMode: Text.WrapAtWordBoundaryOrAnywhere
                         text: qsTranslate("", "<p align=\"justify\">Please wait while Fedora Media Writer restores your portable drive.</p>")
+                        font.pixelSize: $(12)
                     }
                 }
                 ColumnLayout {
@@ -86,6 +88,7 @@ Dialog {
                     Text {
                         Layout.alignment: Qt.AlignHCenter
                         text: qsTranslate("", "Your drive was successfully restored!")
+                        font.pixelSize: $(12)
                     }
                 }
             }

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