Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Plasma
Breeze Style for QQC2
Commits
1a75bf9e
Commit
1a75bf9e
authored
Feb 16, 2021
by
Noah Davis
🌵
Browse files
[IconLabelContent] use root.color for text color
parent
c0acf067
Changes
1
Hide whitespace changes
Inline
Side-by-side
style/impl/IconLabelContent.qml
View file @
1a75bf9e
...
@@ -84,7 +84,7 @@ IconLabelLayout {
...
@@ -84,7 +84,7 @@ IconLabelLayout {
// This is set in IconLabelLayout
// This is set in IconLabelLayout
property
bool
firstLayoutCompleted
:
false
property
bool
firstLayoutCompleted
:
false
visible
:
text
.
length
>
0
visible
:
text
.
length
>
0
color
:
Kirigami
.
Theme
.
textC
olor
color
:
root
.
c
olor
linkColor
:
Kirigami
.
Theme
.
linkColor
linkColor
:
Kirigami
.
Theme
.
linkColor
horizontalAlignment
:
Text
.
AlignHCenter
horizontalAlignment
:
Text
.
AlignHCenter
verticalAlignment
:
Text
.
AlignVCenter
verticalAlignment
:
Text
.
AlignVCenter
...
...
Write
Preview
Supports
Markdown
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