public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Wiktor W Brodlo" <wiktor@brodlo.net>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/anaconda:master commit in: ui/, iw/
Date: Mon,  4 Jul 2011 13:42:14 +0000 (UTC)	[thread overview]
Message-ID: <2d2eaad9223641e7728c4eca6dd9ec3f22cb2fb1.wiktor@gentoo> (raw)

commit:     2d2eaad9223641e7728c4eca6dd9ec3f22cb2fb1
Author:     wiktor w brodlo <wiktor <AT> brodlo <DOT> net>
AuthorDate: Mon Jul  4 13:41:53 2011 +0000
Commit:     Wiktor W Brodlo <wiktor <AT> brodlo <DOT> net>
CommitDate: Mon Jul  4 13:41:53 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/anaconda.git;a=commit;h=2d2eaad9

USE dialog: keep descriptions to the left

---
 iw/use_gui.py |    4 +++-
 ui/use.glade  |    4 ++++
 2 files changed, 7 insertions(+), 1 deletions(-)

diff --git a/iw/use_gui.py b/iw/use_gui.py
index f2980ae..d903c42 100644
--- a/iw/use_gui.py
+++ b/iw/use_gui.py
@@ -67,8 +67,10 @@ class UseWindow(InstallWindow):
 			rows = table.get_property("n-rows")
 			table.resize(rows+1, cols)
 			
+			l = gtk.Label(use[flag])
+			l.set_alignment(0,0)
 			table.attach(gtk.CheckButton(label=flag), 0, 1, rows, rows+1, gtk.FILL)
-			table.attach(gtk.Label(use[flag]), 1, 2, rows, rows+1)
+			table.attach(l, 1, 2, rows, rows+1)
 
 		return self.align
 

diff --git a/ui/use.glade b/ui/use.glade
index fea3bff..cf760b2 100644
--- a/ui/use.glade
+++ b/ui/use.glade
@@ -53,6 +53,8 @@ Pick your flags by selecting them. Your profile already set some of the flags, b
                         <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">Flag</property>
                           </widget>
                           <packing>
@@ -63,6 +65,8 @@ Pick your flags by selecting them. Your profile already set some of the flags, b
                         <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">Description</property>
                           </widget>
                           <packing>



             reply	other threads:[~2011-07-04 13:42 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-07-04 13:42 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-03 19:36 Wiktor W Brodlo
2011-07-03 18:59 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=2d2eaad9223641e7728c4eca6dd9ec3f22cb2fb1.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