Skip to content

Commit 8a4ee26

Browse files
authored
Merge pull request #27 from gjh33/master
Fix non expanding IMGUIContainer
2 parents df8031d + a2822a5 commit 8a4ee26

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Editor/ToolbarCallback.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ void RegisterCallback(string root, Action cb) {
7070
}
7171
};
7272
var container = new IMGUIContainer();
73+
container.style.flexGrow = 1;
7374
container.onGUIHandler += () => {
7475
cb?.Invoke();
7576
};

0 commit comments

Comments
 (0)