From e861c6188bc38088422b32b505daff627915d53b Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Tue, 25 Mar 2014 13:27:22 +0900 Subject: Fixed KSplash icon flashing position problem for 'default' theme engine. Removed nasty hardcoded hack and added 'Icon Offsets' option to Theme.rc file. --- doc/ksplashml/index.docbook | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'doc') diff --git a/doc/ksplashml/index.docbook b/doc/ksplashml/index.docbook index bdd73ceae..f92e36a96 100644 --- a/doc/ksplashml/index.docbook +++ b/doc/ksplashml/index.docbook @@ -238,6 +238,16 @@ true. [true/false] Indicates whether icons should flash. Default is true. + +Icon Offsets +[7-int list] +A comma separated list of 7 integers, default is 0, 0, 0, 0, 0, 0, 0. +By default, each of the 7 icons is allowed 58 pixels on the screen. If some icons are +wider or narrower, you can use this list to specify an offset to the default x-coordinate +start point of each icon (0, 58, 116, 174, 232, 290, 348). For example, if the first 3 icons +are 68, 53 and 53 pixels wide, you will need to specify the offsets as follow: 0, 10, 5, 0, 0, 0, 0. + + -- cgit v1.2.1