diff options
author | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2014-11-06 01:21:29 -0600 |
---|---|---|
committer | Samuel Mehrbrodt <s.mehrbrodt@gmail.com> | 2014-11-09 11:31:02 +0000 |
commit | ed9d1feab245601b6c7b84b1acd7cef9bf982972 (patch) | |
tree | 89475fd4b78f6ab4199cbd948b8fe2c5020eded2 /sw/uiconfig/swriter/ui/insertfootnote.ui | |
parent | 418eeaa91f4539ef4ce8a832f8b08f14ffd7fe75 (diff) |
HIG fixes in sw
Change-Id: I0d70e69909f6e58784aa4bc7cf03ae9f4219c992
Reviewed-on: https://gerrit.libreoffice.org/12312
Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
Diffstat (limited to 'sw/uiconfig/swriter/ui/insertfootnote.ui')
-rw-r--r-- | sw/uiconfig/swriter/ui/insertfootnote.ui | 37 |
1 files changed, 14 insertions, 23 deletions
diff --git a/sw/uiconfig/swriter/ui/insertfootnote.ui b/sw/uiconfig/swriter/ui/insertfootnote.ui index 9e92bc14827e..e2acc0b90f6f 100644 --- a/sw/uiconfig/swriter/ui/insertfootnote.ui +++ b/sw/uiconfig/swriter/ui/insertfootnote.ui @@ -1,10 +1,22 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- Generated with glade 3.18.3 --> <interface> - <!-- interface-requires gtk+ 3.0 --> + <requires lib="gtk+" version="3.0"/> + <object class="GtkImage" id="image1"> + <property name="visible">True</property> + <property name="can_focus">False</property> + <property name="stock">gtk-go-back</property> + </object> + <object class="GtkImage" id="image2"> + <property name="visible">True</property> + <property name="can_focus">False</property> + <property name="stock">gtk-go-forward</property> + </object> <object class="GtkDialog" id="InsertFootnoteDialog"> <property name="can_focus">False</property> <property name="border_width">6</property> <property name="title" translatable="yes">Insert Footnote/Endnote</property> + <property name="resizable">False</property> <property name="type_hint">dialog</property> <child internal-child="vbox"> <object class="GtkBox" id="dialog-vbox1"> @@ -30,8 +42,6 @@ <packing> <property name="left_attach">0</property> <property name="top_attach">0</property> - <property name="width">1</property> - <property name="height">1</property> </packing> </child> <child> @@ -43,8 +53,6 @@ <packing> <property name="left_attach">1</property> <property name="top_attach">0</property> - <property name="width">1</property> - <property name="height">1</property> </packing> </child> </object> @@ -147,7 +155,6 @@ <property name="left_attach">0</property> <property name="top_attach">0</property> <property name="width">3</property> - <property name="height">1</property> </packing> </child> <child> @@ -167,8 +174,6 @@ <packing> <property name="left_attach">0</property> <property name="top_attach">1</property> - <property name="width">1</property> - <property name="height">1</property> </packing> </child> <child> @@ -193,13 +198,11 @@ <packing> <property name="left_attach">1</property> <property name="top_attach">1</property> - <property name="width">1</property> - <property name="height">1</property> </packing> </child> <child> <object class="GtkButton" id="choosecharacter"> - <property name="label" translatable="yes">Choose ...</property> + <property name="label" translatable="yes">Choose…</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">True</property> @@ -209,8 +212,6 @@ <packing> <property name="left_attach">2</property> <property name="top_attach">1</property> - <property name="width">1</property> - <property name="height">1</property> </packing> </child> </object> @@ -323,14 +324,4 @@ <action-widget response="0">help</action-widget> </action-widgets> </object> - <object class="GtkImage" id="image1"> - <property name="visible">True</property> - <property name="can_focus">False</property> - <property name="stock">gtk-go-back</property> - </object> - <object class="GtkImage" id="image2"> - <property name="visible">True</property> - <property name="can_focus">False</property> - <property name="stock">gtk-go-forward</property> - </object> </interface> |