[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:
Martin Gräßlin 2015-01-13 12:47:51 +01:00
parent 91fc71b243
commit 0577dee236

View file

@ -110,8 +110,7 @@
</sizepolicy>
</property>
<property name="whatsThis">
<string>The placement policy determines where a new window will appear on the desktop.
&lt;ul&gt;
<string>The placement policy determines where a new window will appear on the desktop.&lt;br&gt;&lt;ul&gt;
&lt;li&gt;&lt;em&gt;Smart&lt;/em&gt; will try to achieve a minimum overlap of windows&lt;/li&gt;
&lt;li&gt;&lt;em&gt;Maximizing&lt;/em&gt; 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.&lt;/li&gt;
&lt;li&gt;&lt;em&gt;Cascade&lt;/em&gt; will cascade the windows&lt;/li&gt;