Removed customization for "Normal" and "TextColor"

This commit is contained in:
davevanegdom
2023-09-21 23:18:46 +02:00
parent 80a3bb2ae2
commit 5fc9176ce7
6 changed files with 5 additions and 22 deletions

View File

@@ -279,8 +279,6 @@ namespace FlaxEngine
SharedTooltip = new Tooltip(),
Statusbar = new Style.StatusbarStyle()
{
TextColor = Color.White,
Normal = Color.FromBgra(0xFF007ACC),
PlayMode = Color.FromBgra(0xFF2F9135),
Failed = Color.FromBgra(0xFF9C2424),
Loading = Color.FromBgra(0xFF2D2D30)

View File

@@ -254,16 +254,6 @@ namespace FlaxEngine.GUI
[System.Serializable, ShowInEditor]
public struct StatusbarStyle
{
/// <summary>
/// Color of the text in the Statusbar
/// </summary>
public Color TextColor;
/// <summary>
/// Color of the Statusbar in its default state
/// </summary>
public Color Normal;
/// <summary>
/// Color of the Statusbar when in Play Mode
/// </summary>