View Single Post
death_jax's Avatar
Posts: 326 | Thanked: 122 times | Joined on Sep 2012 @ Italy
#3003
Originally Posted by Schturman View Post
Thanks, i will check it later..
Can you check in the same file in backup folder, do you have this line too?
If yes, it mean backup not clean...
No, in the backup file there are no lines, it's ok; in the backup file there is

Code:
MSceneWindowStyle#Home {
    minimum-size: 100% 100%;
    preferred-size: 100% 100%;
    maximum-size: 100% 100%;
}
in the modified file there are

Code:
MSceneWindowStyle#Home {
    minimum-size: 100% 100%;
    preferred-size: 100% 100%;
    maximum-size: 100% 100%;
    background-image: "meegotouch-desktop-bg";
}

MSceneWindowStyle#Home.Landscape {
    minimum-size: 100% 100%;
    preferred-size: 100% 100%;
    maximum-size: 100% 100%;
    background-image: "meegotouch-desktop-bg-landscape";
}