mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-29 15:03:09 +00:00
initialstart: Don't fullscreen the window
Potential workaround for #265
This commit is contained in:
parent
c7c44107a6
commit
b21e6fbf1c
2 changed files with 1 additions and 23 deletions
|
|
@ -111,28 +111,6 @@ Kirigami.Page {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// top status bar
|
|
||||||
MobileShell.StatusBar {
|
|
||||||
id: statusBar
|
|
||||||
z: 1
|
|
||||||
|
|
||||||
Kirigami.Theme.inherit: false
|
|
||||||
Kirigami.Theme.colorSet: Kirigami.Theme.Complementary
|
|
||||||
|
|
||||||
anchors.top: parent.top
|
|
||||||
anchors.left: parent.left
|
|
||||||
anchors.right: parent.right
|
|
||||||
|
|
||||||
height: Kirigami.Units.gridUnit * 1.25
|
|
||||||
|
|
||||||
backgroundColor: "transparent"
|
|
||||||
|
|
||||||
showSecondRow: false
|
|
||||||
showDropShadow: true
|
|
||||||
showTime: true
|
|
||||||
disableSystemTray: true // prevent SIGABRT, since loading the system tray leads to bad... things
|
|
||||||
}
|
|
||||||
|
|
||||||
LandingComponent {
|
LandingComponent {
|
||||||
id: landingComponent
|
id: landingComponent
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
|
|
|
||||||
|
|
@ -14,7 +14,7 @@ Kirigami.ApplicationWindow {
|
||||||
|
|
||||||
width: 360
|
width: 360
|
||||||
height: 720
|
height: 720
|
||||||
visibility: InitialStart.Wizard.testingMode ? "Windowed" : "FullScreen"
|
visibility: "Windowed"
|
||||||
|
|
||||||
title: i18n("Initial Start")
|
title: i18n("Initial Start")
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue