Add resizable & scrollable flag to IC assemblies

This commit is contained in:
ShadowLarkens
2020-10-02 22:50:15 -07:00
parent 82abcc0de5
commit f1bfc5a83f
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -22,8 +22,8 @@ export const ICAssembly = (props, context) => {
} = data;
return (
<Window width={600} height={380}>
<Window.Content>
<Window width={600} height={380} resizable>
<Window.Content scrollable>
<Section title="Status">
<LabeledList>
<LabeledList.Item label="Space in Assembly">
File diff suppressed because one or more lines are too long