back to 90 char wide now that the fontsize is fixed
Change-Id: I8ae524f6c7b74a09a3bcce982642bd72dadf7bf8
This commit is contained in:
parent
60eff2f442
commit
ae520fa4c0
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user