diff --git a/OpenRA.Game/Widgets/ButtonWidget.cs b/OpenRA.Game/Widgets/ButtonWidget.cs index 712d31e739..a41b1ef970 100644 --- a/OpenRA.Game/Widgets/ButtonWidget.cs +++ b/OpenRA.Game/Widgets/ButtonWidget.cs @@ -20,7 +20,7 @@ namespace OpenRA.Widgets public string Text = ""; public bool Bold = false; public bool Depressed = false; - public int VisualHeight = 1; + public int VisualHeight = ChromeMetrics.GetInt("ButtonDepth"); public Func GetText; public ButtonWidget()