File tree 1 file changed +2
-2
lines changed
squidApp/src/main/resources/org/cirdles/squid/gui
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 17
17
<?import javafx .scene.layout.RowConstraints?>
18
18
<?import javafx .scene.layout.VBox?>
19
19
20
- <GridPane hgap =" 15.0" minHeight =" 660.0" minWidth =" 1250.0" prefHeight =" 660.0" prefWidth =" 1250.0" styleClass =" backgroundCalamari" stylesheets =" @css/projectManager.css" vgap =" 10.0" xmlns =" http://javafx.com/javafx/10 .0.1 " xmlns : fx =" http://javafx.com/fxml/1" fx : controller =" org.cirdles.squid.gui.ProjectManagerController" >
20
+ <GridPane hgap =" 15.0" minHeight =" 660.0" minWidth =" 1250.0" prefHeight =" 660.0" prefWidth =" 1250.0" styleClass =" backgroundCalamari" stylesheets =" @css/projectManager.css" vgap =" 10.0" xmlns =" http://javafx.com/javafx/8 .0.171 " xmlns : fx =" http://javafx.com/fxml/1" fx : controller =" org.cirdles.squid.gui.ProjectManagerController" >
21
21
<columnConstraints >
22
22
<ColumnConstraints halignment =" RIGHT" hgrow =" NEVER" maxWidth =" 110.0" minWidth =" 110.0" prefWidth =" 110.0" />
23
23
<ColumnConstraints hgrow =" ALWAYS" prefWidth =" 1200.0" />
74
74
</children >
75
75
</VBox >
76
76
<Label style =" -fx-text-fill: #3c77c9; -fx-font-weight: bold;" text =" Notes:" />
77
- <TextArea fx : id =" projectNotesText" promptText =" Type here" AnchorPane.bottomAnchor=" 0.0" AnchorPane.leftAnchor=" 0.0" AnchorPane.rightAnchor=" 0.0" AnchorPane.topAnchor=" 0.0" HBox.hgrow=" ALWAYS" />
77
+ <TextArea fx : id =" projectNotesText" promptText =" Type here" wrapText = " true " AnchorPane.bottomAnchor=" 0.0" AnchorPane.leftAnchor=" 0.0" AnchorPane.rightAnchor=" 0.0" AnchorPane.topAnchor=" 0.0" HBox.hgrow=" ALWAYS" />
78
78
</HBox >
79
79
<VBox GridPane.rowIndex=" 5" >
80
80
<children >
You can’t perform that action at this time.
0 commit comments