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 e07dda506f
commit e8134eb0e5
2 changed files with 10 additions and 10 deletions

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;
}
}