Skip to content

Commit dc9be78

Browse files
committed
UI tweak: reserved space at buttom of recorder window for progress bar.
1 parent 64a7660 commit dc9be78

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

source/FrameRecorder/Core/Editor/RecorderWindow.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ public void OnGUI()
100100
EditorGUILayout.Separator();
101101
}
102102
RecordButtonOnGui();
103+
GUILayout.Space(50);
103104
}
104105
}
105106
finally

0 commit comments

Comments
 (0)