Skip to content

Commit

Permalink
T Panel: Revert hint text color to same gray as elsewhere
Browse files Browse the repository at this point in the history
  • Loading branch information
ohlidalp committed Sep 22, 2024
1 parent a0c9bdf commit af16658
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/main/gui/panels/GUI_VehicleInfoTPanel.h
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ class VehicleInfoTPanel
Ogre::Timer m_startupdemo_timer;
bool m_startupdemo_init = false;
ImVec4 m_panel_translucent_color = ImVec4(0.1f, 0.1f, 0.1f, 0.5f);
ImVec4 m_transluc_textdis_color = ImVec4(0.05f, 0.05f, 0.05f, 1.f);
ImVec4 m_transluc_textdis_color = ImVec4(0.64f, 0.64f, 0.63f, 1.f);
/// @}

/// @name 'Vehicle commands' tab
Expand Down

0 comments on commit af16658

Please sign in to comment.