starmath/uiconfig/smath/ui/fontdialog.ui | 12 ++++++------ vcl/uiconfig/ui/printdialog.ui | 2 -- 2 files changed, 6 insertions(+), 8 deletions(-)
New commits: commit 4c1f44047aa680c2e2e84986353ab2b2f375f6f2 Author: andreas kainz <[email protected]> AuthorDate: Tue Oct 22 23:32:20 2019 +0200 Commit: andreas_kainz <[email protected]> CommitDate: Wed Oct 23 09:40:59 2019 +0200 fix alignment of fontdialog in smath Change-Id: I71c424d0c3ef4df8f563fabee9e49daaa60fea65 Reviewed-on: https://gerrit.libreoffice.org/81353 Tested-by: Jenkins Reviewed-by: andreas_kainz <[email protected]> diff --git a/starmath/uiconfig/smath/ui/fontdialog.ui b/starmath/uiconfig/smath/ui/fontdialog.ui index cef7a4f54d6e..ba58c625040f 100644 --- a/starmath/uiconfig/smath/ui/fontdialog.ui +++ b/starmath/uiconfig/smath/ui/fontdialog.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="sm"> <requires lib="gtk+" version="3.18"/> <object class="GtkTreeStore" id="liststore1"> @@ -16,6 +16,9 @@ <property name="title" translatable="yes" context="fontdialog|FontDialog">Fonts</property> <property name="modal">True</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> @@ -226,8 +229,8 @@ <property name="draw_indicator">True</property> </object> <packing> - <property name="left_attach">1</property> - <property name="top_attach">0</property> + <property name="left_attach">0</property> + <property name="top_attach">1</property> </packing> </child> </object> @@ -293,8 +296,5 @@ <action-widget response="-6">cancel</action-widget> <action-widget response="-11">help</action-widget> </action-widgets> - <child> - <placeholder/> - </child> </object> </interface> commit e5a1366345143c5667e386b0045b0bfd85830ed0 Author: andreas kainz <[email protected]> AuthorDate: Tue Oct 22 23:52:02 2019 +0200 Commit: andreas_kainz <[email protected]> CommitDate: Wed Oct 23 09:40:46 2019 +0200 print dialog consistent icon size Change-Id: I93c5248e6d4a8d799cedde21eb30d5e39b60247e Reviewed-on: https://gerrit.libreoffice.org/81355 Tested-by: Jenkins Reviewed-by: andreas_kainz <[email protected]> diff --git a/vcl/uiconfig/ui/printdialog.ui b/vcl/uiconfig/ui/printdialog.ui index ec2d41bfb2a7..d346bee170e9 100644 --- a/vcl/uiconfig/ui/printdialog.ui +++ b/vcl/uiconfig/ui/printdialog.ui @@ -42,7 +42,6 @@ <property name="visible">True</property> <property name="can_focus">False</property> <property name="stock">gtk-go-back</property> - <property name="icon_size">1</property> </object> <object class="GtkImage" id="imgFirst"> <property name="visible">True</property> @@ -53,7 +52,6 @@ <property name="visible">True</property> <property name="can_focus">False</property> <property name="stock">gtk-go-forward</property> - <property name="icon_size">1</property> </object> <object class="GtkImage" id="imgLast"> <property name="visible">True</property> _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
