diff options
Diffstat (limited to 'extensions/uiconfig/sabpilot/ui')
-rw-r--r-- | extensions/uiconfig/sabpilot/ui/datasourcepage.ui | 7 | ||||
-rw-r--r-- | extensions/uiconfig/sabpilot/ui/fieldassignpage.ui | 4 | ||||
-rw-r--r-- | extensions/uiconfig/sabpilot/ui/selecttypepage.ui | 2 |
3 files changed, 8 insertions, 5 deletions
diff --git a/extensions/uiconfig/sabpilot/ui/datasourcepage.ui b/extensions/uiconfig/sabpilot/ui/datasourcepage.ui index f1bfb46c6685..cce60fe384b8 100644 --- a/extensions/uiconfig/sabpilot/ui/datasourcepage.ui +++ b/extensions/uiconfig/sabpilot/ui/datasourcepage.ui @@ -18,7 +18,7 @@ Now, just enter the name under which you want to register the data source in %PRODUCTNAME.</property> <property name="wrap">True</property> - <property name="max_width_chars">70</property> + <property name="max_width_chars">90</property> </object> <packing> <property name="left_attach">0</property> @@ -31,6 +31,7 @@ Now, just enter the name under which you want to register the data source in %PR <object class="GtkGrid" id="grid3"> <property name="visible">True</property> <property name="can_focus">False</property> + <property name="hexpand">True</property> <property name="row_spacing">6</property> <child> <object class="GtkGrid" id="grid4"> @@ -116,11 +117,13 @@ Now, just enter the name under which you want to register the data source in %PR <object class="GtkAlignment" id="alignment1"> <property name="visible">True</property> <property name="can_focus">False</property> + <property name="hexpand">True</property> <property name="left_padding">12</property> <child> <object class="GtkGrid" id="grid5"> <property name="visible">True</property> <property name="can_focus">False</property> + <property name="hexpand">True</property> <property name="row_spacing">6</property> <child> <object class="GtkGrid" id="grid6"> @@ -173,7 +176,7 @@ Now, just enter the name under which you want to register the data source in %PR <property name="yalign">0</property> <property name="label" translatable="yes">Another data source already has this name. As data sources have to have globally unique names, you need to choose another one.</property> <property name="wrap">True</property> - <property name="max_width_chars">70</property> + <property name="max_width_chars">90</property> </object> <packing> <property name="left_attach">0</property> diff --git a/extensions/uiconfig/sabpilot/ui/fieldassignpage.ui b/extensions/uiconfig/sabpilot/ui/fieldassignpage.ui index f0ec0b76758c..f5cc1d33afdb 100644 --- a/extensions/uiconfig/sabpilot/ui/fieldassignpage.ui +++ b/extensions/uiconfig/sabpilot/ui/fieldassignpage.ui @@ -19,7 +19,7 @@ For instance, you could have stored the e-mail addresses in a field named "email Click the button below to open another dialog where you can enter the settings for your data source.</property> <property name="wrap">True</property> - <property name="max_width_chars">70</property> + <property name="max_width_chars">90</property> </object> <packing> <property name="left_attach">0</property> @@ -52,7 +52,7 @@ Click the button below to open another dialog where you can enter the settings f <property name="xalign">0</property> <property name="yalign">0</property> <property name="wrap">True</property> - <property name="max_width_chars">70</property> + <property name="max_width_chars">90</property> </object> <packing> <property name="left_attach">0</property> diff --git a/extensions/uiconfig/sabpilot/ui/selecttypepage.ui b/extensions/uiconfig/sabpilot/ui/selecttypepage.ui index 8cb4ba35ddfc..f61c3a12fccb 100644 --- a/extensions/uiconfig/sabpilot/ui/selecttypepage.ui +++ b/extensions/uiconfig/sabpilot/ui/selecttypepage.ui @@ -246,7 +246,7 @@ This wizard helps you create the data source.</property> <property name="wrap">True</property> - <property name="max_width_chars">70</property> + <property name="max_width_chars">90</property> </object> <packing> <property name="left_attach">0</property> |