diff options
author | Caolán McNamara <caolanm@redhat.com> | 2013-01-18 16:49:41 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-01-18 16:52:06 +0000 |
commit | a187122ff66dceca1fab1a6c2c1bbe8d9588741c (patch) | |
tree | d296d82b8c27b9d3750a50434ec9752201f7164b /cui | |
parent | 202fb73ccd0ce574ab9197824c1b813738d93de0 (diff) |
super-long language names make character dialog look real ugly
so move language to the first column and let it span
all columns, but not fill the availabl area
Change-Id: I8c9a410861c3fb942569af7523313a84ae7f6c98
Diffstat (limited to 'cui')
-rw-r--r-- | cui/uiconfig/ui/charnamepage.ui | 22 |
1 files changed, 6 insertions, 16 deletions
diff --git a/cui/uiconfig/ui/charnamepage.ui b/cui/uiconfig/ui/charnamepage.ui index 01267b7959a5..2df58c58b146 100644 --- a/cui/uiconfig/ui/charnamepage.ui +++ b/cui/uiconfig/ui/charnamepage.ui @@ -74,14 +74,15 @@ <object class="GtkLabel" id="westlangft-nocjk"> <property name="visible">True</property> <property name="can_focus">False</property> + <property name="halign">start</property> <property name="hexpand">True</property> <property name="xalign">0</property> <property name="label" translatable="yes">Language</property> </object> <packing> - <property name="left_attach">1</property> + <property name="left_attach">0</property> <property name="top_attach">3</property> - <property name="width">1</property> + <property name="width">3</property> <property name="height">1</property> </packing> </child> @@ -90,11 +91,12 @@ <property name="visible">True</property> <property name="can_focus">False</property> <property name="hexpand">True</property> + <property name="halign">start</property> </object> <packing> - <property name="left_attach">1</property> + <property name="left_attach">0</property> <property name="top_attach">4</property> - <property name="width">1</property> + <property name="width">3</property> <property name="height">1</property> </packing> </child> @@ -177,18 +179,6 @@ <property name="height">1</property> </packing> </child> - <child> - <placeholder/> - </child> - <child> - <placeholder/> - </child> - <child> - <placeholder/> - </child> - <child> - <placeholder/> - </child> </object> </child> </object> |