File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
ui/src/main/resources/edu/wpi/grip/ui Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 10
10
<ScrollPane fitToHeight =" true" fitToWidth =" true" hbarPolicy =" NEVER" VBox.vgrow=" ALWAYS" >
11
11
<VBox >
12
12
<VBox fx : id =" operations" />
13
- <Button text =" Create New" onAction =" #createNewPythonOperation" />
13
+ <Button text =" Create New" onAction =" #createNewPythonOperation" maxWidth = " Infinity " />
14
14
</VBox >
15
15
</ScrollPane >
16
16
</TitledPane >
Original file line number Diff line number Diff line change 8
8
<VBox styleClass =" palette" fx : controller =" edu.wpi.grip.ui.PaletteController"
9
9
xmlns : fx =" http://javafx.com/fxml/1" onKeyPressed =" operationSearch.requestFocus()" fx : id =" root" >
10
10
<Label styleClass =" pane-title" text =" Operation Palette" maxWidth =" Infinity" />
11
- <Accordion VBox.vgrow=" ALWAYS" >
11
+ <Accordion VBox.vgrow=" ALWAYS" expandedPane = " $allOperations " >
12
12
<panes >
13
13
<fx : include source =" OperationList.fxml" fx : id =" allOperations" text =" All" />
14
14
<fx : include source =" OperationList.fxml" fx : id =" imgprocOperations" text =" Image Processing" />
You can’t perform that action at this time.
0 commit comments