summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2014-03-25 13:27:22 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2014-03-25 13:27:22 +0900
commite861c6188bc38088422b32b505daff627915d53b (patch)
treeebdd3cd02aabbe185ccca63a7d6abc408e8c523d /doc
parent504dfac148d5fdaaa88c7b932284329bc5d4e6a8 (diff)
downloadtdebase-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.docbook10
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>