summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Rettberg2013-06-26 19:18:23 +0200
committerSimon Rettberg2013-06-26 19:18:23 +0200
commit1a7a2db1dbc423610cdf208b88a541cc5335f1c9 (patch)
tree8af5a3c7314f1e4d06e4de2e8cff171f79c2eb02
parentMerge branch 'master' of dnbd3:openslx-ng/tm-scripts (diff)
downloadtm-scripts-1a7a2db1dbc423610cdf208b88a541cc5335f1c9.tar.gz
tm-scripts-1a7a2db1dbc423610cdf208b88a541cc5335f1c9.tar.xz
tm-scripts-1a7a2db1dbc423610cdf208b88a541cc5335f1c9.zip
whoopsie... fix scaling of logo
-rw-r--r--remote/modules/kdm/data/usr/share/desktop/themes/kdm/bwlehrpool/theme.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/remote/modules/kdm/data/usr/share/desktop/themes/kdm/bwlehrpool/theme.xml b/remote/modules/kdm/data/usr/share/desktop/themes/kdm/bwlehrpool/theme.xml
index fdcde3f6..9012394a 100644
--- a/remote/modules/kdm/data/usr/share/desktop/themes/kdm/bwlehrpool/theme.xml
+++ b/remote/modules/kdm/data/usr/share/desktop/themes/kdm/bwlehrpool/theme.xml
@@ -42,8 +42,8 @@ KDM-OpenSLX-Theme
<pos anchor="s" x="50%" y="50%" width="100%" height="100%"/>
<box orientation="vertical" homogeneous="true">
<item type="pixmap" background="true">
- <normal file="bwLehrpool.svg"/>
- <pos anchor="c" x="50%" y="50%" height="100%" scalemode="fit"/>
+ <normal file="bwLehrpool.svg" scalemode="fit"/>
+ <pos anchor="c" x="50%" y="50%" height="100%" width="100%"/>
</item>
</box>
</item>