diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-05-08 17:32:37 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-05-08 17:32:59 +0100 |
commit | 3a61db17545e0cee9eccaf02a3372068bb0768d4 (patch) | |
tree | 2f300e9cf945a3db6222d7f2b5fac1aa08c57bfa /extensions | |
parent | a89355091baeff266bc7c0d9c92d3404b185d268 (diff) |
use 70 chars instead of 80
Change-Id: Iaecd0e5a32d01d5f3c2dc2dc9a98f316b637ab01
Diffstat (limited to 'extensions')
-rw-r--r-- | extensions/uiconfig/sabpilot/ui/datasourcepage.ui | 4 | ||||
-rw-r--r-- | extensions/uiconfig/sabpilot/ui/fieldassignpage.ui | 4 | ||||
-rw-r--r-- | extensions/uiconfig/sabpilot/ui/selecttypepage.ui | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/extensions/uiconfig/sabpilot/ui/datasourcepage.ui b/extensions/uiconfig/sabpilot/ui/datasourcepage.ui index dc8c04d5b6ac..f1bfb46c6685 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">80</property> + <property name="max_width_chars">70</property> </object> <packing> <property name="left_attach">0</property> @@ -173,7 +173,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">80</property> + <property name="max_width_chars">70</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 53868d4cba97..f0ec0b76758c 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">80</property> + <property name="max_width_chars">70</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">80</property> + <property name="max_width_chars">70</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 5551f4244ac0..8cb4ba35ddfc 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">80</property> + <property name="max_width_chars">70</property> </object> <packing> <property name="left_attach">0</property> |