diff options
author | andreas kainz <kainz.a@gmail.com> | 2019-11-08 01:54:53 +0100 |
---|---|---|
committer | andreas_kainz <kainz.a@gmail.com> | 2019-11-08 08:04:28 +0100 |
commit | 666142d72d3d1d460740ead738850650b8508e57 (patch) | |
tree | 42dc3ff99df623b0b80e8f043d05c6484ac24dc8 /sw | |
parent | 1df5bbb5919e54a57e53fe9d06cb1659857ed03d (diff) |
Bibliography .ui file update labels are right align for beter read
Change-Id: I6b7edb822896ab6d600ecd0d751e5adf53fa1fb9
Reviewed-on: https://gerrit.libreoffice.org/82258
Tested-by: Jenkins
Reviewed-by: andreas_kainz <kainz.a@gmail.com>
Diffstat (limited to 'sw')
-rw-r--r-- | sw/uiconfig/swriter/ui/createauthorentry.ui | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sw/uiconfig/swriter/ui/createauthorentry.ui b/sw/uiconfig/swriter/ui/createauthorentry.ui index 5e2d96736564..71ff623029f3 100644 --- a/sw/uiconfig/swriter/ui/createauthorentry.ui +++ b/sw/uiconfig/swriter/ui/createauthorentry.ui @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<!-- Generated with glade 3.20.4 --> +<!-- Generated with glade 3.22.1 --> <interface domain="sw"> <requires lib="gtk+" version="3.18"/> <object class="GtkDialog" id="CreateAuthorEntryDialog"> @@ -7,6 +7,9 @@ <property name="border_width">5</property> <property name="title" translatable="yes" context="createauthorentry|CreateAuthorEntryDialog">Define Bibliography Entry</property> <property name="type_hint">dialog</property> + <child> + <placeholder/> + </child> <child internal-child="vbox"> <object class="GtkBox" id="dialog-vbox1"> <property name="can_focus">False</property> @@ -206,8 +209,5 @@ <action-widget response="-6">cancel</action-widget> <action-widget response="-11">help</action-widget> </action-widgets> - <child> - <placeholder/> - </child> </object> </interface> |