From 54339e3257f19f66e3bae761f812e39f9a1385a3 Mon Sep 17 00:00:00 2001 From: DelazJ Date: Sat, 26 Nov 2016 18:12:15 +0100 Subject: [PATCH] split long tooltip in multiline --- src/ui/qgsattributetypeedit.ui | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/ui/qgsattributetypeedit.ui b/src/ui/qgsattributetypeedit.ui index e9ea20622ca..abbf7296e82 100644 --- a/src/ui/qgsattributetypeedit.ui +++ b/src/ui/qgsattributetypeedit.ui @@ -43,7 +43,7 @@ false - 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. + <p>Enforcing the unique constraint prevents committing features which do not meet the constraint.</p><p>Unenforced constraints display a warning to users, but do not prevent committing the feature.</p> Enforce unique constraint @@ -77,7 +77,7 @@ false - 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. + <p>Enforcing the not null constraint prevents committing features which do not meet the constraint.</p><p>Unenforced constraints display a warning to users, but do not prevent committing the feature.</p> Enforce not null constraint @@ -94,7 +94,7 @@ - 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. + <p>Enforcing the expression constraint prevents committing features which do not meet the constraint.</p><p>Unenforced constraints display a warning to users, but do not prevent committing the feature.</p> Enforce expression constraint