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
7dbb9fd4
Commit
7dbb9fd4
authored
Nov 20, 2020
by
Han Young
Committed by
Devin Lin
Nov 21, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
use system theme for keypad
related:
#52
parent
6f2742d2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
look-and-feel/contents/lockscreen/Keypad.qml
look-and-feel/contents/lockscreen/Keypad.qml
+4
-4
No files found.
look-and-feel/contents/lockscreen/Keypad.qml
View file @
7dbb9fd4
...
...
@@ -217,16 +217,16 @@ Rectangle {
width
:
parent
.
width
height
:
parent
.
height
radius
:
5
color
:
"
white
"
color
:
PlasmaCore
.
Theme
.
buttonBackgroundColor
visible
:
modelData
.
length
>
0
AbstractButton
{
anchors.fill
:
parent
onPressedChanged
:
{
if
(
pressed
)
parent
.
color
=
"
#e0e0e0
"
parent
.
color
=
PlasmaCore
.
Theme
.
buttonFocusColor
else
parent
.
color
=
"
white
"
parent
.
color
=
PlasmaCore
.
Theme
.
buttonBackgroundColor
}
onClicked
:
{
...
...
@@ -262,7 +262,7 @@ Rectangle {
text
:
modelData
anchors.centerIn
:
parent
font.pointSize
:
18
color
:
"
#424242
"
color
:
PlasmaCore
.
Theme
.
textColor
}
PlasmaCore.IconItem
{
...
...
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