diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2014-03-25 13:27:22 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2014-03-25 13:27:22 +0900 |
commit | e861c6188bc38088422b32b505daff627915d53b (patch) | |
tree | ebdd3cd02aabbe185ccca63a7d6abc408e8c523d /doc | |
parent | 504dfac148d5fdaaa88c7b932284329bc5d4e6a8 (diff) | |
download | tdebase-e861c6188bc38088422b32b505daff627915d53b.tar.gz tdebase-e861c6188bc38088422b32b505daff627915d53b.zip |
Fixed KSplash icon flashing position problem for 'default' theme engine.
Removed nasty hardcoded hack and added 'Icon Offsets' option to Theme.rc file.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ksplashml/index.docbook | 10 |
1 files changed, 10 insertions, 0 deletions
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.</entry> <entry>[true/false]</entry> <entry>Indicates whether icons should <quote>flash</quote>. Default is true.</entry> </row> +<row> +<entry>Icon Offsets</entry> +<entry>[7-int list]</entry> +<entry>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. +</entry> +</row> </tbody> </tgroup> </table> |