Skip to content

Commit c11f506

Browse files
committed
filters button minor size adjustment
1 parent 0b4833a commit c11f506

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Assets/Editor/Editor Windows/ScriptableObjectEditorWindow.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -668,7 +668,7 @@ public ConfigTypeSelectionPopup(List<Type> selectedTypes, Action onSelectionChan
668668

669669
public override Vector2 GetWindowSize()
670670
{
671-
return new Vector2(200, 500); // Define the dimensions of the popup window
671+
return new Vector2(200, 400); // Define the dimensions of the popup window
672672
}
673673

674674
public override void OnGUI(Rect rect)

0 commit comments

Comments
 (0)