diff options
author | heiko tietze <tietze.heiko@gmail.com> | 2017-01-08 10:36:52 +0100 |
---|---|---|
committer | Heiko Tietze <tietze.heiko@googlemail.com> | 2017-01-09 16:03:30 +0000 |
commit | 0c9f0f3c17a03b305f9d55ad40cc7e4111269760 (patch) | |
tree | 3730e6e6d1c7a3c4d980194e99937941449ca805 /extensions/uiconfig | |
parent | e014213ae42da5e5464724bc79956e684f7f20cd (diff) |
tdf#105160: word wrap at wizard
Vertical spacing fill now
Change-Id: I1463df1a0b345a39c10ef83b2fa0c558bd135cdc
Reviewed-on: https://gerrit.libreoffice.org/32829
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Heiko Tietze <tietze.heiko@googlemail.com>
Diffstat (limited to 'extensions/uiconfig')
-rw-r--r-- | extensions/uiconfig/sabpilot/ui/optionsfinalpage.ui | 2 | ||||
-rw-r--r-- | extensions/uiconfig/sabpilot/ui/tableselectionpage.ui | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/extensions/uiconfig/sabpilot/ui/optionsfinalpage.ui b/extensions/uiconfig/sabpilot/ui/optionsfinalpage.ui index 3c30089cbf92..4d09d35e0dbb 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 c27aa8d5ed02..73914ba160cf 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> |