We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18a7a4a commit 2638250Copy full SHA for 2638250
ui/src/main/resources/edu/wpi/grip/ui/pipeline/Pipeline.fxml
@@ -13,7 +13,9 @@
13
<StackPane fx:id="root" maxHeight="Infinity" maxWidth="Infinity" styleClass="pipeline" xmlns="http://javafx.com/javafx/8.0.40" xmlns:fx="http://javafx.com/fxml/1" fx:controller="edu.wpi.grip.ui.pipeline.PipelineController">
14
<children>
15
<HBox maxWidth="1.7976931348623157E308">
16
- <VBox fillWidth="true" maxWidth="1.7976931348623157E308">
+ <VBox>
17
+ <minWidth><Control fx:constant="USE_PREF_SIZE" /></minWidth>
18
+ <maxWidth><Control fx:constant="USE_PREF_SIZE" /></maxWidth>
19
<Label maxWidth="Infinity" styleClass="pane-title" text="Sources" />
20
<Separator orientation="HORIZONTAL" />
21
<Pane fx:id="addSourcePane" />
0 commit comments