diff options
author | Caolán McNamara <caolanm@redhat.com> | 2012-10-12 11:49:54 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-10-12 12:51:34 +0100 |
commit | 6b459bf06c10ee05ff1b6d5db8c3e30fa2774a9e (patch) | |
tree | bf8ce10d450f67a30f6add81cd65478111e08312 /sw | |
parent | 83154f9234659585cdac1c2e6781cd3498ff4a51 (diff) |
tweak dialog to show label again
Change-Id: I8b2e61a2754190eb3bd218242485a6bbce41aa7d
Diffstat (limited to 'sw')
-rw-r--r-- | sw/uiconfig/sw/ui/20872.ui | 43 |
1 files changed, 20 insertions, 23 deletions
diff --git a/sw/uiconfig/sw/ui/20872.ui b/sw/uiconfig/sw/ui/20872.ui index a06270dd757a..879e210e8ee1 100644 --- a/sw/uiconfig/sw/ui/20872.ui +++ b/sw/uiconfig/sw/ui/20872.ui @@ -29,6 +29,23 @@ </row> </data> </object> + <object class="GtkListStore" id="liststore2"> + <columns> + <!-- column-name gchararray1 --> + <column type="gchararray"/> + </columns> + <data> + <row> + <col id="0" translatable="yes">Tap stop</col> + </row> + <row> + <col id="0" translatable="yes">Space</col> + </row> + <row> + <col id="0" translatable="yes">Nothing</col> + </row> + </data> + </object> <object class="GtkBox" id="20872"> <property name="visible">True</property> <property name="can_focus">False</property> @@ -100,7 +117,6 @@ <property name="visible">True</property> <property name="can_focus">False</property> <property name="xalign">0</property> - <property name="hexpand">True</property> <property name="label" translatable="yes">Numbering followed by</property> </object> <packing> @@ -300,14 +316,15 @@ <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">False</property> + <property name="halign">end</property> <property name="use_action_appearance">False</property> <property name="xalign">0</property> <property name="draw_indicator">True</property> </object> <packing> - <property name="left_attach">1</property> + <property name="left_attach">0</property> <property name="top_attach">6</property> - <property name="width">1</property> + <property name="width">2</property> <property name="height">1</property> </packing> </child> @@ -396,9 +413,6 @@ <property name="height">1</property> </packing> </child> - <child> - <placeholder/> - </child> </object> <packing> <property name="expand">False</property> @@ -426,21 +440,4 @@ </packing> </child> </object> - <object class="GtkListStore" id="liststore2"> - <columns> - <!-- column-name gchararray1 --> - <column type="gchararray"/> - </columns> - <data> - <row> - <col id="0" translatable="yes">Tap stop</col> - </row> - <row> - <col id="0" translatable="yes">Space</col> - </row> - <row> - <col id="0" translatable="yes">Nothing</col> - </row> - </data> - </object> </interface> |