From b40a96f545ee637e7c73e4a3e6627bf8a0c30173 Mon Sep 17 00:00:00 2001 From: Pieter-Jan Briers Date: Fri, 30 Aug 2019 09:39:22 +0200 Subject: [PATCH] Make TabContainer spaced a bit more. --- Content.Client/UserInterface/NanoStyle.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Content.Client/UserInterface/NanoStyle.cs b/Content.Client/UserInterface/NanoStyle.cs index 264d012f46..b4ddfed847 100644 --- a/Content.Client/UserInterface/NanoStyle.cs +++ b/Content.Client/UserInterface/NanoStyle.cs @@ -96,9 +96,9 @@ namespace Content.Client.UserInterface tabContainerPanel.SetPatchMargin(StyleBox.Margin.All, 2); var tabContainerBoxActive = new StyleBoxFlat {BackgroundColor = new Color(64, 64, 64)}; - tabContainerBoxActive.SetContentMarginOverride(StyleBox.Margin.Horizontal, 3); + tabContainerBoxActive.SetContentMarginOverride(StyleBox.Margin.Horizontal, 5); var tabContainerBoxInactive = new StyleBoxFlat {BackgroundColor = new Color(32, 32, 32)}; - tabContainerBoxInactive.SetContentMarginOverride(StyleBox.Margin.Horizontal, 3); + tabContainerBoxInactive.SetContentMarginOverride(StyleBox.Margin.Horizontal, 5); var vScrollBarGrabberNormal = new StyleBoxFlat {