[Pkg-privacy-commits] [tails-installer] 82/210: Unify the gaps between checkboxes
Intrigeri
intrigeri at moszumanska.debian.org
Wed May 24 15:26:30 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 080822ab9b2ac45623f7b6411beb5fb7ec9256e5
Author: Martin Briza <mbriza at redhat.com>
Date: Thu Apr 16 16:40:14 2015 +0200
Unify the gaps between checkboxes
---
liveusb/components/DownloadDialog.qml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/liveusb/components/DownloadDialog.qml b/liveusb/components/DownloadDialog.qml
index c6bbdbc..367ec4f 100644
--- a/liveusb/components/DownloadDialog.qml
+++ b/liveusb/components/DownloadDialog.qml
@@ -332,14 +332,14 @@ Dialog {
}
Column {
id: advancedOptions
- spacing: 0
+ spacing: 6
Repeater {
id: groupLayoutRepeater
model: optionGroup.checked ? liveUSBData.optionValues : null
CheckBox {
checked: liveUSBData.optionValues[index]
enabled: !liveUSBData.currentImage.writer.running
- height: 20
+ height: implicitHeight
width: implicitWidth
text: liveUSBData.optionNames[index]
onClicked: {
--
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