Skip to content

Commit 773834b

Browse files
drakenebowring
andauthored
Word wrap in project notes text box (#623)
Co-authored-by: Jim Bowring <[email protected]>
1 parent aefeaad commit 773834b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

squidApp/src/main/resources/org/cirdles/squid/gui/ProjectManager.fxml

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<?import javafx.scene.layout.RowConstraints?>
1818
<?import javafx.scene.layout.VBox?>
1919

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">
2121
<columnConstraints>
2222
<ColumnConstraints halignment="RIGHT" hgrow="NEVER" maxWidth="110.0" minWidth="110.0" prefWidth="110.0" />
2323
<ColumnConstraints hgrow="ALWAYS" prefWidth="1200.0" />
@@ -74,7 +74,7 @@
7474
</children>
7575
</VBox>
7676
<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" />
7878
</HBox>
7979
<VBox GridPane.rowIndex="5">
8080
<children>

0 commit comments

Comments
 (0)