Remove unneccessary hardcoded text color for better style support

This commit is contained in:
Cameron Gutman
2018-11-22 02:35:25 -08:00
parent 065a6caee5
commit 9a153b7170
6 changed files with 11 additions and 25 deletions
+1 -2
View File
@@ -124,10 +124,9 @@ GridView {
visible: !model.addPc && model.statusUnknown
}
Text {
Label {
id: pcNameText
text: model.name
color: "white"
width: parent.width
anchors.top: pcIcon.bottom