Skip to content

Commit 9229fc4

Browse files
ddamkeddamke
authored andcommitted
default of isWork is now selected
1 parent e6e6373 commit 9229fc4

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)