[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
remotes/origin/Plasma/5.3
Martin Gräßlin 11 years ago
parent 91fc71b243
commit 0577dee236
  1. 3
      kcmkwin/kwinoptions/advanced.ui

@ -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;

Loading…
Cancel
Save