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 /ksplashml/pics | |
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 'ksplashml/pics')
-rw-r--r-- | ksplashml/pics/themes/TDE-Classic/Theme.rc | 3 | ||||
-rw-r--r-- | ksplashml/pics/themes/default/Theme.rc | 8 |
2 files changed, 5 insertions, 6 deletions
diff --git a/ksplashml/pics/themes/TDE-Classic/Theme.rc b/ksplashml/pics/themes/TDE-Classic/Theme.rc index f18415a0c..a03e5d2fb 100644 --- a/ksplashml/pics/themes/TDE-Classic/Theme.rc +++ b/ksplashml/pics/themes/TDE-Classic/Theme.rc @@ -17,3 +17,6 @@ Always Show Progress = false # Status text colour Label Foreground = #FFFFFF + +# Offset of each of the 7 icons, useful for adjusting flashing positon for different size icons +Icon Offsets = 0, 0, 0, 0, 0, 0, -8 diff --git a/ksplashml/pics/themes/default/Theme.rc b/ksplashml/pics/themes/default/Theme.rc index 723b77571..00896eb33 100644 --- a/ksplashml/pics/themes/default/Theme.rc +++ b/ksplashml/pics/themes/default/Theme.rc @@ -15,9 +15,5 @@ Engine = Default # Should icons blink ala TDE, or not? Icons Flashing = true -# Configurable Messages. You may specify messages in as many -# languages as you prefer. Messages may be copied verbatim from -# this file, if you wish to maintain the default settings. -#Message1 = Please wait, starting TDE... -#Message1[es] = Por favor escuchar, estarto TDE... -#Message2 = Loading ... +# Offset of each of the 7 icons, useful for adjusting flashing positon for different size icons +# Icon Offsets = 0, 0, 0, 0, 0, 0, 0
\ No newline at end of file |