Kaynağa Gözat

Update guiProfiles.cs

Made some adjustments to the default border profiles.
Peter Robinson 4 yıl önce
ebeveyn
işleme
67622180d1
1 değiştirilmiş dosya ile 0 ekleme ve 8 silme
  1. 0 8
      toybox/Sandbox/1/gui/guiProfiles.cs

+ 0 - 8
toybox/Sandbox/1/gui/guiProfiles.cs

@@ -86,10 +86,6 @@ if(!isObject(GuiDefaultProfile)) new GuiControlProfile (GuiDefaultProfile)
 	cursorColor = "0 0 0 255";
 
 	borderDefault = GuiDefaultBorderProfile;
-	borderTop = GuiDefaultBorderProfile;
-	borderLeft = GuiDefaultBorderProfile;
-	borderRight = GuiDefaultBorderProfile;
-	borderBottom = GuiDefaultBorderProfile;
 	category = "default";
 };
 
@@ -192,9 +188,7 @@ if(!isObject(GuiPanelProfile)) new GuiControlProfile (GuiPanelProfile : GuiDefau
     fillColorNA = SetColorAlpha($color1, 100);
 	borderDefault = GuiDarkBorderProfile;
 	borderTop = GuiBrightBorderProfile;
-	borderBottom = GuiBrightBorderProfile;
 	borderLeft = GuiBrightBorderProfile;
-	borderRight = GuiBrightBorderProfile;
 	category = "defaultPanel";
 };
 
@@ -243,9 +237,7 @@ if(!isObject(GuiTabProfile)) new GuiControlProfile (GuiTabProfile : GuiDefaultPr
 	fillColorNA = SetColorAlpha($color1, 100);
 	borderDefault = GuiDarkBorderProfile;
 	borderTop = GuiBrightBorderProfile;
-	borderBottom = GuiBrightBorderProfile;
 	borderLeft = GuiBrightBorderProfile;
-	borderRight = GuiBrightBorderProfile;
 	align = Center;
 	//bitmap = "./images/tab";
 	category = "defaultTab";