Skip to content

Commit ac63cb5

Browse files
committed
Package setting windows progress.
1 parent 8038e56 commit ac63cb5

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

com.stansassets.plugins-dev-kit/Editor/UIToolkit/SettingsWindow/PackageSettingsWindow.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,9 @@ void OnEnable()
4646

4747
void ActivateTab()
4848
{
49+
if(string.IsNullOrEmpty(m_TabsButtons.Value))
50+
return;
51+
4952
foreach (var tab in m_Tabs)
5053
tab.Value.RemoveFromHierarchy();
5154

com.stansassets.plugins-dev-kit/Editor/UIToolkit/SettingsWindow/PackageSettingsWindow.uss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@
5050
}
5151

5252
.stansassets-button-strip__button {
53-
min-width: 80px;
5453
cursor: link;
5554
-unity-font-style: bold;
5655
border-color: rgba(0, 0, 0, 0);

0 commit comments

Comments
 (0)