Skip to content

Commit cbe8e31

Browse files
authored
Merge pull request #116 from DavidDamke/enhancement/isWork_as_default_when_creating_project
default of isWork is now selected closes #116
2 parents eda68b2 + 9229fc4 commit cbe8e31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/resources/layouts/manage-project.fxml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
<Label text="SortIndex:" GridPane.rowIndex="5" />
3434
<TextField fx:id="nameTextField" GridPane.columnIndex="1" />
3535
<ColorPicker fx:id="textFillColorPicker" GridPane.columnIndex="1" GridPane.rowIndex="3" />
36-
<CheckBox fx:id="isWorkCheckBox" mnemonicParsing="false" GridPane.columnIndex="1" GridPane.rowIndex="4" />
36+
<CheckBox fx:id="isWorkCheckBox" mnemonicParsing="false" selected="true" GridPane.columnIndex="1" GridPane.rowIndex="4" />
3737
<Spinner fx:id="sortIndexSpinner" GridPane.columnIndex="1" GridPane.rowIndex="5" />
3838
<TextArea fx:id="descriptionTextArea" prefHeight="120.0" prefWidth="300.0" GridPane.columnIndex="1" GridPane.rowIndex="1" />
3939
<VBox alignment="CENTER_LEFT" GridPane.rowIndex="1">

0 commit comments

Comments
 (0)