From f6279ef65af5b06762efc821f0994d64f64dad8e Mon Sep 17 00:00:00 2001 From: Shtoyan Date: Sun, 23 Jan 2022 04:18:18 +0400 Subject: [PATCH] internal bools to disable skill captions --- sources/GUI/NicePanelSkills.uc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sources/GUI/NicePanelSkills.uc b/sources/GUI/NicePanelSkills.uc index 23d6a5f..e7302da 100644 --- a/sources/GUI/NicePanelSkills.uc +++ b/sources/GUI/NicePanelSkills.uc @@ -50,6 +50,7 @@ defaultproperties // BACKGROUNDS Begin Object Class=AltSectionBackground Name=skillbckgrndl Caption="LEFT SKILLS" + // bNoCaption=true LeftPadding=0.000000 RightPadding=0.030000 TopPadding=0.000000 @@ -66,6 +67,7 @@ defaultproperties Begin Object Class=AltSectionBackground Name=skillbckgrndr Caption="OBVIOUSLY RIGHT SKILLS" + // bNoCaption=true LeftPadding=0.000000 RightPadding=0.030000 TopPadding=0.000000