From 0577dee236e2a8735cf25db3d858cb6c12c1fd14 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Gr=C3=A4=C3=9Flin?= Date: Tue, 13 Jan 2015 12:47:51 +0100 Subject: [PATCH] [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
instead of a \n for the first line break. BUG: 315282 FIXED-IN: 5.3.0 REVIEW: 122032 --- kcmkwin/kwinoptions/advanced.ui | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/kcmkwin/kwinoptions/advanced.ui b/kcmkwin/kwinoptions/advanced.ui index a0d874d0fd..26d8cce3d5 100644 --- a/kcmkwin/kwinoptions/advanced.ui +++ b/kcmkwin/kwinoptions/advanced.ui @@ -110,8 +110,7 @@ - The placement policy determines where a new window will appear on the desktop. -<ul> + 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>