From: "Wiktor W Brodlo" <wiktor@brodlo.net>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/anaconda:master commit in: ui/, iw/
Date: Sun, 3 Jul 2011 18:59:06 +0000 (UTC) [thread overview]
Message-ID: <ea34b0f174d3f4ee1834c3743fc0c8ee1460894a.wiktor@gentoo> (raw)
commit: ea34b0f174d3f4ee1834c3743fc0c8ee1460894a
Author: wiktor w brodlo <wiktor <AT> brodlo <DOT> net>
AuthorDate: Sun Jul 3 18:51:17 2011 +0000
Commit: Wiktor W Brodlo <wiktor <AT> brodlo <DOT> net>
CommitDate: Sun Jul 3 18:51:17 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/anaconda.git;a=commit;h=ea34b0f1
I'm not touching mirrorselect again!
---
iw/mirrorselect_gui.py | 2 ++
ui/mirrorselect.glade | 9 +++++++++
2 files changed, 11 insertions(+), 0 deletions(-)
diff --git a/iw/mirrorselect_gui.py b/iw/mirrorselect_gui.py
index 997f88d..0bfd275 100644
--- a/iw/mirrorselect_gui.py
+++ b/iw/mirrorselect_gui.py
@@ -84,6 +84,7 @@ class MirrorselectWindow(InstallWindow):
cb = gtk.CheckButton(label=data["url"], use_underline=False)
name = gtk.Label("%s: %s\n%s" % (region, country, mirror))
+ name.set_alignment(0, 0)
flags_text = data["proto"]
if data["ipv4"] == "y":
@@ -91,6 +92,7 @@ class MirrorselectWindow(InstallWindow):
if data["ipv6"] == "y":
flags_text += " ipv6"
flags = gtk.Label(flags_text)
+ flags.set_alignment(0, 0)
table.attach(cb, 0, 1, rows, rows+1, gtk.Fill)
table.attach(name, 1, 2, rows, rows+1)
diff --git a/ui/mirrorselect.glade b/ui/mirrorselect.glade
index 7407f9a..9964f03 100644
--- a/ui/mirrorselect.glade
+++ b/ui/mirrorselect.glade
@@ -43,12 +43,19 @@ In order to download source code quickly it is recommended to select a fast mirr
<child>
<widget class="GtkLabel" id="label2">
<property name="visible">True</property>
+ <property name="xalign">0</property>
+ <property name="yalign">0</property>
<property name="label" translatable="yes">Mirror URL</property>
</widget>
+ <packing>
+ <property name="x_options">GTK_FILL</property>
+ </packing>
</child>
<child>
<widget class="GtkLabel" id="label3">
<property name="visible">True</property>
+ <property name="xalign">0</property>
+ <property name="yalign">0</property>
<property name="label" translatable="yes">Region: Country
Mirror Name</property>
</widget>
@@ -60,6 +67,8 @@ Mirror Name</property>
<child>
<widget class="GtkLabel" id="label4">
<property name="visible">True</property>
+ <property name="xalign">0</property>
+ <property name="yalign">0</property>
<property name="label" translatable="yes">Flags</property>
</widget>
<packing>
next reply other threads:[~2011-07-03 19:35 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-07-03 18:59 Wiktor W Brodlo [this message]
-- strict thread matches above, loose matches on Subject: below --
2011-08-04 2:16 [gentoo-commits] proj/anaconda:master commit in: ui/, iw/ Wiktor W Brodlo
2011-08-03 8:24 Wiktor W Brodlo
2011-07-30 3:16 Wiktor W Brodlo
2011-07-09 18:18 Wiktor W Brodlo
2011-07-04 13:42 Wiktor W Brodlo
2011-07-03 19:36 Wiktor W Brodlo
2011-07-03 17:47 Wiktor W Brodlo
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=ea34b0f174d3f4ee1834c3743fc0c8ee1460894a.wiktor@gentoo \
--to=wiktor@brodlo.net \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox