Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Plasma
Plasma Phone Components
Commits
7fa78794
Commit
7fa78794
authored
Nov 20, 2020
by
Han Young
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
#51
parent
69691017
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
2 deletions
+7
-2
look-and-feel/contents/lockscreen/Keypad.qml
look-and-feel/contents/lockscreen/Keypad.qml
+7
-2
No files found.
look-and-feel/contents/lockscreen/Keypad.qml
View file @
7fa78794
...
...
@@ -222,8 +222,13 @@ Rectangle {
AbstractButton
{
anchors.fill
:
parent
onPressed
:
parent
.
color
=
"
#e0e0e0
"
onReleased
:
parent
.
color
=
"
white
"
onPressedChanged
:
{
if
(
pressed
)
parent
.
color
=
"
#e0e0e0
"
else
parent
.
color
=
"
white
"
}
onClicked
:
{
if
(
modelData
===
"
R
"
)
{
keypadRoot
.
backspace
();
...
...
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