extensions/uiconfig/sabpilot/ui/optionsfinalpage.ui | 2 +- extensions/uiconfig/sabpilot/ui/tableselectionpage.ui | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-)
New commits: commit 0c9f0f3c17a03b305f9d55ad40cc7e4111269760 Author: heiko tietze <[email protected]> Date: Sun Jan 8 10:36:52 2017 +0100 tdf#105160: word wrap at wizard Vertical spacing fill now Change-Id: I1463df1a0b345a39c10ef83b2fa0c558bd135cdc Reviewed-on: https://gerrit.libreoffice.org/32829 Tested-by: Jenkins <[email protected]> Reviewed-by: Heiko Tietze <[email protected]> diff --git a/extensions/uiconfig/sabpilot/ui/optionsfinalpage.ui b/extensions/uiconfig/sabpilot/ui/optionsfinalpage.ui index 3c30089..4d09d35 100644 --- a/extensions/uiconfig/sabpilot/ui/optionsfinalpage.ui +++ b/extensions/uiconfig/sabpilot/ui/optionsfinalpage.ui @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<!-- Generated with glade 3.16.1 --> +<!-- Generated with glade 3.18.3 --> <interface> <requires lib="gtk+" version="3.0"/> <object class="GtkBox" id="OptionsFinalPage"> diff --git a/extensions/uiconfig/sabpilot/ui/tableselectionpage.ui b/extensions/uiconfig/sabpilot/ui/tableselectionpage.ui index c27aa8d..73914ba 100644 --- a/extensions/uiconfig/sabpilot/ui/tableselectionpage.ui +++ b/extensions/uiconfig/sabpilot/ui/tableselectionpage.ui @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<!-- Generated with glade 3.16.1 --> +<!-- Generated with glade 3.20.0 --> <interface> <requires lib="gtk+" version="3.0"/> <object class="GtkBox" id="TableSelectionPage"> @@ -37,10 +37,8 @@ <property name="visible">True</property> <property name="can_focus">False</property> <property name="halign">start</property> - <property name="valign">start</property> + <property name="hexpand">True</property> <property name="vexpand">True</property> - <property name="xalign">0</property> - <property name="yalign">0</property> <property name="label" translatable="yes">Currently, the form the control belongs to is not (or not completely) bound to a data source. Please choose a data source and a table. @@ -49,6 +47,8 @@ Please choose a data source and a table. Please note that the settings made on this page will take effect immediately upon leaving the page.</property> <property name="wrap">True</property> <property name="max_width_chars">45</property> + <property name="xalign">0</property> + <property name="yalign">0</property> </object> <packing> <property name="expand">False</property> _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
