[kcmkwin/options] Ensure rich text is recognized as rich text
The heuristic checks whether there is something which looks like a tag before the first line break. So let's use a <br> instead of a \n for the first line break. BUG: 315282 FIXED-IN: 5.3.0 REVIEW: 122032
This commit is contained in:
parent
91fc71b243
commit
0577dee236
1 changed files with 1 additions and 2 deletions
|
@ -110,8 +110,7 @@
|
|||
</sizepolicy>
|
||||
</property>
|
||||
<property name="whatsThis">
|
||||
<string>The placement policy determines where a new window will appear on the desktop.
|
||||
<ul>
|
||||
<string>The placement policy determines where a new window will appear on the desktop.<br><ul>
|
||||
<li><em>Smart</em> will try to achieve a minimum overlap of windows</li>
|
||||
<li><em>Maximizing</em> will try to maximize every window to fill the whole screen. It might be useful to selectively affect placement of some windows using the window-specific settings.</li>
|
||||
<li><em>Cascade</em> will cascade the windows</li>
|
||||
|
|
Loading…
Reference in a new issue