From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1QdSRq-00057e-Uw for garchives@archives.gentoo.org; Sun, 03 Jul 2011 19:35:19 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EA3D521C047; Sun, 3 Jul 2011 19:35:06 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 8A3F021C04D for ; Sun, 3 Jul 2011 19:35:06 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9C3DF1B401D for ; Sun, 3 Jul 2011 18:59:07 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id B964F8003D for ; Sun, 3 Jul 2011 18:59:06 +0000 (UTC) From: "Wiktor W Brodlo" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Wiktor W Brodlo" Message-ID: Subject: [gentoo-commits] proj/anaconda:master commit in: ui/, iw/ X-VCS-Repository: proj/anaconda X-VCS-Files: iw/mirrorselect_gui.py ui/mirrorselect.glade X-VCS-Directories: ui/ iw/ X-VCS-Committer: wiktor X-VCS-Committer-Name: Wiktor W Brodlo X-VCS-Revision: ea34b0f174d3f4ee1834c3743fc0c8ee1460894a Date: Sun, 3 Jul 2011 18:59:06 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: bbb7e786b64082ead64ba1c65d55fa7d commit: ea34b0f174d3f4ee1834c3743fc0c8ee1460894a Author: wiktor w brodlo brodlo net> AuthorDate: Sun Jul 3 18:51:17 2011 +0000 Commit: Wiktor W Brodlo brodlo net> CommitDate: Sun Jul 3 18:51:17 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/anaconda.git;= a=3Dcommit;h=3Dea34b0f1 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): =09 cb =3D gtk.CheckButton(label=3Ddata["url"], use_underline=3DFalse) name =3D gtk.Label("%s: %s\n%s" % (region, country, mirror)) + name.set_alignment(0, 0) =09 flags_text =3D data["proto"] if data["ipv4"] =3D=3D "y": @@ -91,6 +92,7 @@ class MirrorselectWindow(InstallWindow): if data["ipv6"] =3D=3D "y": flags_text +=3D " ipv6" flags =3D gtk.Label(flags_text) + flags.set_alignment(0, 0) =09 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 recomm= ended to select a fast mirr True + 0 + 0 Mirror URL + + GTK_FILL + True + 0 + 0 Region: Country Mirror Name @@ -60,6 +67,8 @@ Mirror Name True + 0 + 0 Flags