mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-26 14:23:09 +00:00
djust the defaults
This commit is contained in:
parent
18a16db520
commit
8f826e5d9f
2 changed files with 2 additions and 3 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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: {
|
||||
|
|
|
|||
Loading…
Reference in a new issue