Change: Make picker label/text colours consistent. (#14829)

Use {GOLD} instead of {ORANGE} in house picker window, to match other picker windows.
This commit is contained in:
Peter Nelson
2025-11-25 21:23:19 +00:00
committed by dP
parent 71817008bf
commit 9b04fe4447
2 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -358,7 +358,7 @@ void PickerWindow::DrawWidget(const Rect &r, WidgetID widget) const
}
case WID_PW_TYPE_NAME:
DrawString(r, this->callbacks.GetTypeName(this->callbacks.GetSelectedClass(), this->callbacks.GetSelectedType()), TC_ORANGE, SA_CENTER);
DrawString(r, this->callbacks.GetTypeName(this->callbacks.GetSelectedClass(), this->callbacks.GetSelectedType()), TC_GOLD, SA_CENTER);
break;
}
}