Fix text color in new thing filter panel
This commit is contained in:
parent
6b406c3dff
commit
4d187676c3
@ -65,7 +65,6 @@ 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: Style.headerForegroundColor
|
|
||||||
}
|
}
|
||||||
|
|
||||||
ComboBox {
|
ComboBox {
|
||||||
@ -93,7 +92,6 @@ Page {
|
|||||||
}
|
}
|
||||||
Label {
|
Label {
|
||||||
text: qsTr("Type")
|
text: qsTr("Type")
|
||||||
color: Style.headerForegroundColor
|
|
||||||
}
|
}
|
||||||
|
|
||||||
ComboBox {
|
ComboBox {
|
||||||
@ -134,7 +132,6 @@ Page {
|
|||||||
TextField {
|
TextField {
|
||||||
id: displayNameFilterField
|
id: displayNameFilterField
|
||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
color: Style.headerForegroundColor
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user