Removed customization for "Normal" and "TextColor"
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user