adds and fixes yaica (#25)

This commit is contained in:
Valtos
2023-05-06 18:46:18 +07:00
committed by Aviu00
parent 86363ebf96
commit 0827325722
151 changed files with 2 additions and 2 deletions

View File

@@ -191,8 +191,8 @@ namespace Content.Client.Stylesheets
Texture = windowBackgroundTex,
Mode = StyleBoxTexture.StretchMode.Tile
};
windowBackground.SetPatchMargin(StyleBox.Margin.Horizontal | StyleBox.Margin.Bottom, 2);
windowBackground.SetExpandMargin(StyleBox.Margin.Horizontal | StyleBox.Margin.Bottom, 2);
windowBackground.SetPatchMargin(StyleBox.Margin.All, 2);
windowBackground.SetExpandMargin(StyleBox.Margin.All, -1);
var borderedWindowBackgroundTex = resCache.GetTexture("/Textures/Interface/Nano/window_background_bordered.png");
var borderedWindowBackground = new StyleBoxTexture