Add AppLauncher
This commit is contained in:
parent
4635aec80e
commit
2b39cbfe01
6 changed files with 788 additions and 19 deletions
|
|
@ -342,24 +342,6 @@ WlSessionLock {
|
|||
anchors.margins: 12 * Scaling.scale(screen)
|
||||
spacing: 12 * Scaling.scale(screen)
|
||||
|
||||
Text {
|
||||
text: "●"
|
||||
color: Colors.error
|
||||
font.pixelSize: 16 * Scaling.scale(screen)
|
||||
}
|
||||
|
||||
Text {
|
||||
text: "●"
|
||||
color: Colors.warning
|
||||
font.pixelSize: 16 * Scaling.scale(screen)
|
||||
}
|
||||
|
||||
Text {
|
||||
text: "●"
|
||||
color: Colors.accentPrimary
|
||||
font.pixelSize: 16 * Scaling.scale(screen)
|
||||
}
|
||||
|
||||
Text {
|
||||
text: "SECURE TERMINAL"
|
||||
color: Colors.textPrimary
|
||||
|
|
@ -554,6 +536,7 @@ WlSessionLock {
|
|||
border.width: 1
|
||||
enabled: !lock.authenticating
|
||||
Layout.alignment: Qt.AlignRight
|
||||
Layout.bottomMargin: -12 * Scaling.scale(screen)
|
||||
|
||||
Text {
|
||||
anchors.centerIn: parent
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue