Merge PR #345: Fix font color on dark headers
This commit is contained in:
commit
25807f106f
@ -66,6 +66,7 @@ Page {
|
|||||||
columns: Math.max(1, Math.floor(width / 250)) * 2
|
columns: Math.max(1, Math.floor(width / 250)) * 2
|
||||||
Label {
|
Label {
|
||||||
text: qsTr("Vendor")
|
text: qsTr("Vendor")
|
||||||
|
color: app.headerForegroundColor
|
||||||
}
|
}
|
||||||
|
|
||||||
ComboBox {
|
ComboBox {
|
||||||
@ -93,6 +94,7 @@ Page {
|
|||||||
}
|
}
|
||||||
Label {
|
Label {
|
||||||
text: qsTr("Type")
|
text: qsTr("Type")
|
||||||
|
color: app.headerForegroundColor
|
||||||
}
|
}
|
||||||
|
|
||||||
ComboBox {
|
ComboBox {
|
||||||
@ -134,6 +136,7 @@ Page {
|
|||||||
TextField {
|
TextField {
|
||||||
id: displayNameFilterField
|
id: displayNameFilterField
|
||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
|
color: app.headerForegroundColor
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user