Kaydet (Commit) a187122f authored tarafından Caolán McNamara's avatar Caolán McNamara

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
üst 202fb73c
......@@ -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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment