View Single Post
MK99's Avatar
Posts: 644 | Thanked: 480 times | Joined on Jul 2012 @ Finland
#20
Originally Posted by gaiosgf View Post
very nice theme.I love it.But how to disable landscape from 3 homescreen and lockscreen?
/usr/share/themes/transparent/meegotouch/meegotouchhome/style/meegotouchhome.css
Code:
MainWindowStyle {
    locked-orientation: "portrait";
}
/usr/share/themes/transparent/meegotouch/sysuid/style/sysuid.css
Code:
ScreenLockWindowStyle {
    locked-orientation: "portrait";
    translucent: true;
}