tile the bg, dont scale it.

SVN revision: 17434
This commit is contained in:
codewarrior 2005-10-11 13:44:08 +00:00 committed by codewarrior
parent 9f0cb822d8
commit 3ed71448aa
1 changed files with 5 additions and 1 deletions

View File

@ -65,7 +65,7 @@ group { \
image { \ image { \
normal: "e17_icon_fileman_"TYPE"_clicked.png"; \ normal: "e17_icon_fileman_"TYPE"_clicked.png"; \
} \ } \
} \ } \
} \ } \
} \ } \
programs { \ programs { \
@ -177,6 +177,10 @@ group {
} }
fill { fill {
smooth: 0; smooth: 0;
size {
relative: 0 0;
offset: 400 300;
}
} }
} }
} }