[Pkg-privacy-commits] [tails-installer] 173/210: Spacing touch up

Intrigeri intrigeri at moszumanska.debian.org
Wed May 24 15:26:42 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 3d85485e6c8f92dd813df65b3910c5374dacdf3e
Author: Martin Briza <mbriza at redhat.com>
Date:   Tue Sep 15 12:33:16 2015 +0200

    Spacing touch up
---
 liveusb/components/AdwaitaRadioButton.qml |  2 +-
 liveusb/components/ImageDetails.qml       | 17 ++++++++---------
 2 files changed, 9 insertions(+), 10 deletions(-)

diff --git a/liveusb/components/AdwaitaRadioButton.qml b/liveusb/components/AdwaitaRadioButton.qml
index 366acef..f754eba 100644
--- a/liveusb/components/AdwaitaRadioButton.qml
+++ b/liveusb/components/AdwaitaRadioButton.qml
@@ -21,7 +21,7 @@ RadioButton {
             font.pixelSize: $(12)
             text: control.text
         }
-        spacing: $(8)
+        spacing: $(6)
     }
 }
 
diff --git a/liveusb/components/ImageDetails.qml b/liveusb/components/ImageDetails.qml
index 4eacdaa..6877286 100644
--- a/liveusb/components/ImageDetails.qml
+++ b/liveusb/components/ImageDetails.qml
@@ -113,12 +113,11 @@ Item {
                             }
                         }
                         Item {
-                            height: localSelectionLayout.height
+                            height: childrenRect.height
 
                             RowLayout {
-                                height: parent.height
                                 visible: liveUSBData.currentImage.arch.length
-                                spacing: $(8)
+                                spacing: $(12)
                                 ExclusiveGroup {
                                     id: archEG
                                 }
@@ -135,6 +134,12 @@ Item {
                                         }
                                     }
                                 }
+                                Text {
+                                    // I'm sorry, everyone, I can't find a better way to determine if the date is valid
+                                    text: liveUSBData.currentImage.releaseDate.toLocaleDateString().length > 0 ? (qsTranslate("", "Released on %s").arg(liveUSBData.currentImage.releaseDate.toLocaleDateString())) : ""
+                                    font.pixelSize: $(11)
+                                    color: "gray"
+                                }
                             }
 
                             RowLayout {
@@ -154,12 +159,6 @@ Item {
                                 }
                             }
                         }
-                        Text {
-                            // I'm sorry, everyone, I can't find a better way to determine if the date is valid
-                            text: liveUSBData.currentImage.releaseDate.toLocaleDateString().length > 0 ? (qsTranslate("", "Released on %s").arg(liveUSBData.currentImage.releaseDate.toLocaleDateString())) : ""
-                            font.pixelSize: $(11)
-                            color: "gray"
-                        }
                     }
                 }
                 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