File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/main/resources/layouts Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1111<?import javafx .scene.layout.RowConstraints?>
1212<?import javafx .scene.text.Font?>
1313
14- <GridPane fx : id =" grid" hgap =" 5.0" maxHeight =" -Infinity" maxWidth =" -Infinity" minHeight =" -Infinity" minWidth =" -Infinity" prefHeight =" 214.0" prefWidth =" 371.0" vgap =" 5.0" xmlns =" http://javafx.com/javafx/8.0.171 " xmlns : fx =" http://javafx.com/fxml/1" fx : controller =" de.doubleslash.keeptime.view.ManageWorkController" >
14+ <GridPane fx : id =" grid" hgap =" 5.0" maxHeight =" -Infinity" maxWidth =" -Infinity" minHeight =" -Infinity" minWidth =" -Infinity" prefHeight =" 214.0" prefWidth =" 371.0" vgap =" 5.0" xmlns =" http://javafx.com/javafx/8.0.202-ea " xmlns : fx =" http://javafx.com/fxml/1" fx : controller =" de.doubleslash.keeptime.view.ManageWorkController" >
1515 <columnConstraints >
1616 <ColumnConstraints hgrow =" SOMETIMES" />
1717 <ColumnConstraints hgrow =" SOMETIMES" maxWidth =" 200.0" minWidth =" 100.0" prefWidth =" 150.0" />
5050 </Label >
5151 <Spinner fx : id =" startTimeSpinner" editable =" true" GridPane.columnIndex=" 2" />
5252 <Spinner fx : id =" endTimeSpinner" editable =" true" GridPane.columnIndex=" 2" GridPane.rowIndex=" 1" />
53- <TextArea fx : id =" noteTextArea" prefHeight =" 200.0" prefWidth =" 200.0" GridPane.columnIndex=" 1" GridPane.columnSpan=" 2" GridPane.rowIndex=" 4" />
53+ <TextArea fx : id =" noteTextArea" prefHeight =" 200.0" prefWidth =" 200.0" wrapText = " true " GridPane.columnIndex=" 1" GridPane.columnSpan=" 2" GridPane.rowIndex=" 4" />
5454 <Label text =" Changing the times may result in overlapping times!" textFill =" #ffa100" GridPane.columnIndex=" 1" GridPane.columnSpan=" 2" GridPane.rowIndex=" 2" >
5555 <font >
5656 <Font name =" Open Sans Regular" size =" 12.0" />
You can’t perform that action at this time.
0 commit comments