djust the defaults

This commit is contained in:
Marco Martin 2015-05-15 16:52:27 +02:00
parent 18a16db520
commit 8f826e5d9f
2 changed files with 2 additions and 3 deletions

View file

@ -1,7 +1,7 @@
var id = currentActivity();
if (id.length < 1) {
id = createActivity("Homescreen")
id = createActivity("Homescreen", "org.kde.phone.homescreen")
}
var desktopsArray = desktopsForActivity(id);
@ -18,4 +18,4 @@ desktopsForActivity(id)[0].addWidget("org.kde.phone.notifications");
var panel = new Panel("org.kde.phone.panel");
panel.addWidget("org.kde.phone.quicksettings");
panel.setHeight(60);
panel.height = 60;

View file

@ -27,7 +27,6 @@ Rectangle {
visible: false //adjust borders is run during setup. We want to avoid painting till completed
color: theme.textColor
property Item containment
onContainmentChanged: {