Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Plasma
Plasma Phone Components
Commits
b18580da
Commit
b18580da
authored
Feb 25, 2016
by
Marco Martin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix lockscreen
parent
da0db9ac
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
look-and-feel/contents/components/DialerButton.qml
look-and-feel/contents/components/DialerButton.qml
+1
-1
look-and-feel/contents/lockscreen/MainBlock.qml
look-and-feel/contents/lockscreen/MainBlock.qml
+1
-1
No files found.
look-and-feel/contents/components/DialerButton.qml
View file @
b18580da
...
@@ -25,7 +25,7 @@ import org.kde.plasma.components 2.0 as PlasmaComponents
...
@@ -25,7 +25,7 @@ import org.kde.plasma.components 2.0 as PlasmaComponents
PlasmaComponents.Label
{
PlasmaComponents.Label
{
horizontalAlignment
:
Qt
.
AlignHCenter
horizontalAlignment
:
Qt
.
AlignHCenter
verticalAlignment
:
Qt
.
AlignVCenter
verticalAlignment
:
Qt
.
AlignVCenter
font.pixelSize
:
units
.
gridUnit
*
3
font.pixelSize
:
units
.
gridUnit
*
1.6
property
alias
sub
:
longHold
.
text
property
alias
sub
:
longHold
.
text
property
var
callback
property
var
callback
Layout.fillWidth
:
true
Layout.fillWidth
:
true
...
...
look-and-feel/contents/lockscreen/MainBlock.qml
View file @
b18580da
...
@@ -165,7 +165,7 @@ PlasmaCore.ColorScope {
...
@@ -165,7 +165,7 @@ PlasmaCore.ColorScope {
text
:
i18n
(
"
Unlock
"
)
text
:
i18n
(
"
Unlock
"
)
enabled
:
!
authenticator
.
graceLocked
enabled
:
!
authenticator
.
graceLocked
onClicked
:
{
onClicked
:
{
unlockFunction
();
bottomPanel
.
unlockFunction
();
}
}
}
}
}
}
...
...
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