summaryrefslogtreecommitdiffstats
path: root/src/thememoodin.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2015-06-29 14:48:59 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2015-06-29 14:49:25 -0500
commit4bdcac90265e9f7489bc8f48746e9c020182a1a9 (patch)
tree219caccfcdffc6f9616595b922e2d4f5ef458246 /src/thememoodin.h
parent4abbb950f32b10b6bd64b36766c4129060fe5eb2 (diff)
downloadksplash-engine-moodin-4bdcac90265e9f7489bc8f48746e9c020182a1a9.tar.gz
ksplash-engine-moodin-4bdcac90265e9f7489bc8f48746e9c020182a1a9.zip
Add theme file option to scale icons
Disable icon scaling by default This relates to Bug 2009
Diffstat (limited to 'src/thememoodin.h')
-rw-r--r--src/thememoodin.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/thememoodin.h b/src/thememoodin.h
index 8e7a835..a10f306 100644
--- a/src/thememoodin.h
+++ b/src/thememoodin.h
@@ -78,6 +78,7 @@ private:
bool mUsersBackground;
bool mTranslate;
bool mLineUpImages;
+ bool mScaleIcons;
bool mKubuntuStyle;
int mAnimationLength;
int mAnimationDelay;