Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
plasma-phone-components
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
10
Issues
10
List
Boards
Labels
Milestones
Merge Requests
3
Merge Requests
3
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
KDE
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
PlasmaComponents.Label
{
horizontalAlignment
:
Qt
.
AlignHCenter
verticalAlignment
:
Qt
.
AlignVCenter
font.pixelSize
:
units
.
gridUnit
*
3
font.pixelSize
:
units
.
gridUnit
*
1.6
property
alias
sub
:
longHold
.
text
property
var
callback
Layout.fillWidth
:
true
...
...
look-and-feel/contents/lockscreen/MainBlock.qml
View file @
b18580da
...
...
@@ -165,7 +165,7 @@ PlasmaCore.ColorScope {
text
:
i18n
(
"
Unlock
"
)
enabled
:
!
authenticator
.
graceLocked
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