Skip to content

Commit e2405e9

Browse files
committed
chore: minor meta file fixes
1 parent 039eaf2 commit e2405e9

File tree

4 files changed

+56
-8
lines changed

4 files changed

+56
-8
lines changed

com.stansassets.plugins-dev-kit/Editor/Art/Icons/Generic/sample_dark.png.meta

Lines changed: 27 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

com.stansassets.plugins-dev-kit/Editor/Art/Icons/Generic/sample_light.png.meta

Lines changed: 27 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

com.stansassets.plugins-dev-kit/Editor/IMGUI/Controls/IMGUISampleSceneUrl.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ public class IMGUISampleSceneUrl : IMGUIHyperLabel
1313

1414
public IMGUISampleSceneUrl(string title, string scenePath)
1515
: base(new GUIContent(
16-
title,
16+
$" {title}",
1717
PluginsEditorSkin.GetGenericIcon((EditorGUIUtility.isProSkin)? "sample_dark.png" : "sample_light.png")
1818
),
1919
SettingsWindowStyles.DescriptionLabelStyle)

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ protected BaseTab(string path)
2323
/// <summary>
2424
/// Tab root.
2525
/// </summary>
26-
public VisualElement Root => this;
26+
protected VisualElement Root => this;
2727
}
2828
}
2929
#endif

0 commit comments

Comments
 (0)