|
11 | 11 | <?import javafx.scene.layout.GridPane?> |
12 | 12 | <?import javafx.scene.layout.RowConstraints?> |
13 | 13 |
|
14 | | -<GridPane fx:id="grid" hgap="5.0" maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" vgap="5.0" xmlns:fx="http://javafx.com/fxml/1" xmlns="http://javafx.com/javafx/8.0.171" fx:controller="de.doubleslash.keeptime.view.ManageProjectController"> |
| 14 | +<GridPane fx:id="grid" hgap="5.0" maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" vgap="5.0" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="de.doubleslash.keeptime.view.ManageProjectController"> |
15 | 15 | <columnConstraints> |
16 | 16 | <ColumnConstraints hgrow="SOMETIMES" /> |
17 | 17 | <ColumnConstraints hgrow="SOMETIMES" /> |
|
23 | 23 | <RowConstraints vgrow="SOMETIMES" /> |
24 | 24 | <RowConstraints vgrow="SOMETIMES" /> |
25 | 25 | <RowConstraints vgrow="SOMETIMES" /> |
| 26 | + <RowConstraints vgrow="SOMETIMES" /> |
26 | 27 | </rowConstraints> |
27 | 28 | <children> |
28 | 29 | <Label text="Name:" /> |
29 | | - <Label text="Color:" GridPane.rowIndex="2" /> |
30 | | - <Label text="IsWork:" GridPane.rowIndex="3" /> |
31 | | - <Label text="SortIndex:" GridPane.rowIndex="4" /> |
| 30 | + <Label text="Color:" GridPane.rowIndex="3" /> |
| 31 | + <Label text="IsWork:" GridPane.rowIndex="4" /> |
| 32 | + <Label text="SortIndex:" GridPane.rowIndex="5" /> |
32 | 33 | <Label text="Description:" GridPane.rowIndex="1" /> |
33 | 34 | <TextField fx:id="nameTextField" GridPane.columnIndex="1" /> |
34 | | - <ColorPicker fx:id="textFillColorPicker" GridPane.columnIndex="1" GridPane.rowIndex="2" /> |
35 | | - <CheckBox fx:id="isWorkCheckBox" mnemonicParsing="false" GridPane.columnIndex="1" GridPane.rowIndex="3" /> |
36 | | - <Spinner fx:id="sortIndexSpinner" GridPane.columnIndex="1" GridPane.rowIndex="4" /> |
| 35 | + <ColorPicker fx:id="textFillColorPicker" GridPane.columnIndex="1" GridPane.rowIndex="3" /> |
| 36 | + <CheckBox fx:id="isWorkCheckBox" mnemonicParsing="false" GridPane.columnIndex="1" GridPane.rowIndex="4" /> |
| 37 | + <Spinner fx:id="sortIndexSpinner" GridPane.columnIndex="1" GridPane.rowIndex="5" /> |
37 | 38 | <TextArea fx:id="descriptionTextArea" prefHeight="80.0" prefWidth="200.0" GridPane.columnIndex="1" GridPane.rowIndex="1" /> |
| 39 | + <Label text="Description will be matched at search." GridPane.columnIndex="1" GridPane.rowIndex="2" /> |
38 | 40 | </children> |
39 | 41 | <padding> |
40 | 42 | <Insets bottom="5.0" left="5.0" right="5.0" top="5.0" /> |
|
0 commit comments