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 1010 <ScrollPane fitToHeight =" true" fitToWidth =" true" hbarPolicy =" NEVER" VBox.vgrow=" ALWAYS" >
1111 <VBox >
1212 <VBox fx : id =" operations" />
13- <Button text =" Create New" onAction =" #createNewPythonOperation" />
13+ <Button text =" Create New" onAction =" #createNewPythonOperation" maxWidth = " Infinity " />
1414 </VBox >
1515 </ScrollPane >
1616</TitledPane >
Original file line number Diff line number Diff line change 88<VBox styleClass =" palette" fx : controller =" edu.wpi.grip.ui.PaletteController"
99 xmlns : fx =" http://javafx.com/fxml/1" onKeyPressed =" operationSearch.requestFocus()" fx : id =" root" >
1010 <Label styleClass =" pane-title" text =" Operation Palette" maxWidth =" Infinity" />
11- <Accordion VBox.vgrow=" ALWAYS" >
11+ <Accordion VBox.vgrow=" ALWAYS" expandedPane = " $allOperations " >
1212 <panes >
1313 <fx : include source =" OperationList.fxml" fx : id =" allOperations" text =" All" />
1414 <fx : include source =" OperationList.fxml" fx : id =" imgprocOperations" text =" Image Processing" />
You can’t perform that action at this time.
0 commit comments