diff options
author | Caolán McNamara <caolanm@redhat.com> | 2012-09-25 13:34:21 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-09-28 08:48:52 +0100 |
commit | 56ec8c6dcd6140b3df8bc51815066c95f4af2cfa (patch) | |
tree | e81eb06674b497ab28eec6721b75c72e84a00f65 /sw/uiconfig/swriter/ui | |
parent | eb51d8b61ad2fa104fa9fd5da92e328a1ad85075 (diff) |
adapt zoom dialog code to layout widgets
Change-Id: I7da387db88b8a4449dc1dc7099527f786b0d565e
Diffstat (limited to 'sw/uiconfig/swriter/ui')
-rw-r--r-- | sw/uiconfig/swriter/ui/autoformattable.ui | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sw/uiconfig/swriter/ui/autoformattable.ui b/sw/uiconfig/swriter/ui/autoformattable.ui index e6ea40ee838d..9f84508991de 100644 --- a/sw/uiconfig/swriter/ui/autoformattable.ui +++ b/sw/uiconfig/swriter/ui/autoformattable.ui @@ -4,6 +4,7 @@ <object class="GtkDialog" id="AutoFormatTableDialog"> <property name="can_focus">False</property> <property name="border_width">5</property> + <property name="title" translatable="yes">AutoFormat</property> <property name="type_hint">dialog</property> <child internal-child="vbox"> <object class="GtkBox" id="dialog-vbox1"> @@ -147,6 +148,9 @@ <property name="visible">True</property> <property name="can_focus">True</property> <property name="vexpand">True</property> + <child internal-child="selection"> + <object class="GtkTreeSelection" id="treeview-selection1"/> + </child> </object> <packing> <property name="left_attach">0</property> |