View Single Post
MK99's Avatar
Posts: 644 | Thanked: 480 times | Joined on Jul 2012 @ Finland
#4712
There is little thing about changing 6 background image. (W-2 W-4)
Landscape: empty space change to bigger between statusbar and icons and icons size change to 8.
Portrate: icons size chage to 8


/opt/N9QTweak/DeskBG/6images/libmeegotouchhome-default.css
You can remove all bolded lines:
Code:
LauncherStyle.Landscape {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    /* Add top padding so that the launcher does not go under the status area */
    padding-top: -2.8mm;
    padding-bottom: 8.8mm; /* 76 + 12 == quick launch bar + ?;*/
	background-image: "meegotouch-desktop-bg-launcher-landscape";
And maybe when changing icons size, it change here too?