We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0c9bdf commit af16658Copy full SHA for af16658
source/main/gui/panels/GUI_VehicleInfoTPanel.h
@@ -54,7 +54,7 @@ class VehicleInfoTPanel
54
Ogre::Timer m_startupdemo_timer;
55
bool m_startupdemo_init = false;
56
ImVec4 m_panel_translucent_color = ImVec4(0.1f, 0.1f, 0.1f, 0.5f);
57
- 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);
58
/// @}
59
60
/// @name 'Vehicle commands' tab
0 commit comments