Skip to content

Commit 54339e3

Browse files
DelazJm-kuhn
authored andcommitted
split long tooltip in multiline
1 parent 4327790 commit 54339e3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/ui/qgsattributetypeedit.ui

+3-3
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
<bool>false</bool>
4444
</property>
4545
<property name="toolTip">
46-
<string>Enforcing the unique constraint prevents committing features which do not meet the constraint. Unenforced constraints display a warning to users, but do not prevent committing the feature.</string>
46+
<string>&lt;p&gt;Enforcing the unique constraint prevents committing features which do not meet the constraint.&lt;/p&gt;&lt;p&gt;Unenforced constraints display a warning to users, but do not prevent committing the feature.&lt;/p&gt;</string>
4747
</property>
4848
<property name="text">
4949
<string>Enforce unique constraint</string>
@@ -77,7 +77,7 @@
7777
<bool>false</bool>
7878
</property>
7979
<property name="toolTip">
80-
<string>Enforcing the not null constraint prevents committing features which do not meet the constraint. Unenforced constraints display a warning to users, but do not prevent committing the feature.</string>
80+
<string>&lt;p&gt;Enforcing the not null constraint prevents committing features which do not meet the constraint.&lt;/p&gt;&lt;p&gt;Unenforced constraints display a warning to users, but do not prevent committing the feature.&lt;/p&gt;</string>
8181
</property>
8282
<property name="text">
8383
<string>Enforce not null constraint</string>
@@ -94,7 +94,7 @@
9494
<item row="4" column="0" colspan="2">
9595
<widget class="QCheckBox" name="mCheckBoxEnforceExpression">
9696
<property name="toolTip">
97-
<string>Enforcing the expression constraint prevents committing features which do not meet the constraint. Unenforced constraints display a warning to users, but do not prevent committing the feature.</string>
97+
<string>&lt;p&gt;Enforcing the expression constraint prevents committing features which do not meet the constraint.&lt;/p&gt;&lt;p&gt;Unenforced constraints display a warning to users, but do not prevent committing the feature.&lt;/p&gt;</string>
9898
</property>
9999
<property name="text">
100100
<string>Enforce expression constraint</string>

0 commit comments

Comments
 (0)