mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-28 06:33: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();
|
var id = currentActivity();
|
||||||
|
|
||||||
if (id.length < 1) {
|
if (id.length < 1) {
|
||||||
id = createActivity("Homescreen")
|
id = createActivity("Homescreen", "org.kde.phone.homescreen")
|
||||||
}
|
}
|
||||||
|
|
||||||
var desktopsArray = desktopsForActivity(id);
|
var desktopsArray = desktopsForActivity(id);
|
||||||
|
|
@ -18,4 +18,4 @@ desktopsForActivity(id)[0].addWidget("org.kde.phone.notifications");
|
||||||
|
|
||||||
var panel = new Panel("org.kde.phone.panel");
|
var panel = new Panel("org.kde.phone.panel");
|
||||||
panel.addWidget("org.kde.phone.quicksettings");
|
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
|
visible: false //adjust borders is run during setup. We want to avoid painting till completed
|
||||||
color: theme.textColor
|
color: theme.textColor
|
||||||
|
|
||||||
property Item containment
|
property Item containment
|
||||||
|
|
||||||
onContainmentChanged: {
|
onContainmentChanged: {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue