Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
glacier-home
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
NemoMobile
glacier-home
Commits
1703bc2f
Commit
1703bc2f
authored
Nov 30, 2016
by
SergeyChupligin
Committed by
Sergey Chupligin
Dec 02, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[devicelock] Fix lockcode postition
parent
dd2ad3db
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
5 deletions
+10
-5
DeviceLock.qml
src/qml/DeviceLock.qml
+3
-4
Lockscreen.qml
src/qml/Lockscreen.qml
+7
-1
No files found.
src/qml/DeviceLock.qml
View file @
1703bc2f
...
...
@@ -6,17 +6,16 @@ import QtQuick.Layouts 1.0
Item
{
id
:
root
anchors.top
:
clock
.
bottom
anchors.bottom
:
parent
.
bottom
anchors.left
:
parent
.
left
anchors.right
:
parent
.
right
ColumnLayout
{
anchors.fill
:
parent
spacing
:
40
TextField
{
id
:
lockCodeField
readOnly
:
true
echoMode
:
TextInput
.
PasswordEchoOnEdit
anchors.horizontalCenter
:
parent
.
horizontalCenter
}
GridLayout
{
...
...
src/qml/Lockscreen.qml
View file @
1703bc2f
...
...
@@ -15,7 +15,13 @@ Image {
}
DeviceLock
{
id
:
deviceLockUI
anchors.fill
:
parent
anchors
{
top
:
clock
.
bottom
left
:
parent
.
left
}
height
:
parent
.
height
-
clock
.
height
visible
:
deviceLock
.
state
===
1
z
:
201
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment