Increase horizontal margins on new buttons.

This commit is contained in:
Pieter-Jan Briers
2019-10-15 13:59:25 +02:00
parent f0fb3eb434
commit 4d5c34bd58

View File

@@ -59,7 +59,7 @@ namespace Content.Client.UserInterface
buttonNormal.SetPatchMargin(StyleBox.Margin.All, 8); buttonNormal.SetPatchMargin(StyleBox.Margin.All, 8);
buttonNormal.SetPadding(StyleBox.Margin.All, 1); buttonNormal.SetPadding(StyleBox.Margin.All, 1);
buttonNormal.SetContentMarginOverride(StyleBox.Margin.Vertical, 2); buttonNormal.SetContentMarginOverride(StyleBox.Margin.Vertical, 2);
buttonNormal.SetContentMarginOverride(StyleBox.Margin.Horizontal, 6); buttonNormal.SetContentMarginOverride(StyleBox.Margin.Horizontal, 12);
var buttonHover = new StyleBoxTexture(buttonNormal) var buttonHover = new StyleBoxTexture(buttonNormal)
{ {