|
11 | 11 | <?import javafx.scene.layout.VBox?> |
12 | 12 | <?import javafx.scene.text.Font?> |
13 | 13 |
|
14 | | -<VBox xmlns="http://javafx.com/javafx/8" xmlns:fx="http://javafx.com/fxml/1"> |
| 14 | +<VBox xmlns="http://javafx.com/javafx/15.0.1" xmlns:fx="http://javafx.com/fxml/1"> |
15 | 15 | <children> |
16 | 16 | <ScrollPane fitToWidth="true" VBox.vgrow="ALWAYS"> |
17 | 17 | <content> |
18 | 18 | <GridPane fx:id="timetableGrid"> |
19 | 19 | <columnConstraints> |
20 | | - <ColumnConstraints hgrow="ALWAYS" minWidth="100.0" /> |
21 | | - <ColumnConstraints hgrow="ALWAYS" minWidth="100.0" /> |
22 | | - <ColumnConstraints hgrow="ALWAYS" minWidth="100.0" /> |
23 | | - <ColumnConstraints hgrow="ALWAYS" minWidth="100.0" /> |
24 | | - <ColumnConstraints hgrow="ALWAYS" minWidth="100.0" /> |
25 | | - <ColumnConstraints hgrow="ALWAYS" minWidth="100.0" /> |
26 | | - <ColumnConstraints hgrow="ALWAYS" minWidth="100.0" /> |
| 20 | + <ColumnConstraints hgrow="ALWAYS" minWidth="10.0" /> |
| 21 | + <ColumnConstraints hgrow="ALWAYS" minWidth="10.0" /> |
| 22 | + <ColumnConstraints hgrow="ALWAYS" minWidth="10.0" /> |
| 23 | + <ColumnConstraints hgrow="ALWAYS" minWidth="10.0" /> |
| 24 | + <ColumnConstraints hgrow="ALWAYS" minWidth="10.0" /> |
| 25 | + <ColumnConstraints hgrow="ALWAYS" minWidth="10.0" /> |
| 26 | + <ColumnConstraints hgrow="ALWAYS" minWidth="10.0" /> |
27 | 27 | </columnConstraints> |
28 | 28 | <rowConstraints> |
29 | 29 | <RowConstraints minHeight="10.0" prefHeight="40.0" vgrow="NEVER" /> |
|
99 | 99 | </Label> |
100 | 100 | </children> |
101 | 101 | </VBox> |
102 | | - <AnchorPane fx:id="dayScheduleOne" styleClass="even-timetable-row" stylesheets="@Extensions.css" GridPane.hgrow="ALWAYS" GridPane.rowIndex="1" /> |
103 | | - <AnchorPane fx:id="dayScheduleTwo" styleClass="odd-timetable-row" stylesheets="@Extensions.css" GridPane.columnIndex="1" GridPane.hgrow="ALWAYS" GridPane.rowIndex="1" /> |
104 | | - <AnchorPane fx:id="dayScheduleThree" styleClass="even-timetable-row" stylesheets="@Extensions.css" GridPane.columnIndex="2" GridPane.hgrow="ALWAYS" GridPane.rowIndex="1" /> |
105 | | - <AnchorPane fx:id="dayScheduleFour" styleClass="odd-timetable-row" stylesheets="@Extensions.css" GridPane.columnIndex="3" GridPane.hgrow="ALWAYS" GridPane.rowIndex="1" /> |
106 | | - <AnchorPane fx:id="dayScheduleFive" styleClass="even-timetable-row" stylesheets="@Extensions.css" GridPane.columnIndex="4" GridPane.hgrow="ALWAYS" GridPane.rowIndex="1" /> |
107 | | - <AnchorPane fx:id="dayScheduleSix" styleClass="odd-timetable-row" stylesheets="@Extensions.css" GridPane.columnIndex="5" GridPane.hgrow="ALWAYS" GridPane.rowIndex="1" /> |
108 | | - <AnchorPane fx:id="dayScheduleSeven" styleClass="even-timetable-row" stylesheets="@Extensions.css" GridPane.columnIndex="6" GridPane.hgrow="ALWAYS" GridPane.rowIndex="1" /> |
| 102 | + <AnchorPane fx:id="dayScheduleOne" minHeight="550.0" styleClass="even-timetable-row" stylesheets="@Extensions.css" GridPane.hgrow="ALWAYS" GridPane.rowIndex="1" GridPane.vgrow="ALWAYS" /> |
| 103 | + <AnchorPane fx:id="dayScheduleTwo" minHeight="550.0" styleClass="odd-timetable-row" stylesheets="@Extensions.css" GridPane.columnIndex="1" GridPane.hgrow="ALWAYS" GridPane.rowIndex="1" GridPane.vgrow="ALWAYS" /> |
| 104 | + <AnchorPane fx:id="dayScheduleThree" minHeight="550.0" styleClass="even-timetable-row" stylesheets="@Extensions.css" GridPane.columnIndex="2" GridPane.hgrow="ALWAYS" GridPane.rowIndex="1" GridPane.vgrow="ALWAYS" /> |
| 105 | + <AnchorPane fx:id="dayScheduleFour" minHeight="550.0" styleClass="odd-timetable-row" stylesheets="@Extensions.css" GridPane.columnIndex="3" GridPane.hgrow="ALWAYS" GridPane.rowIndex="1" GridPane.vgrow="ALWAYS" /> |
| 106 | + <AnchorPane fx:id="dayScheduleFive" minHeight="550.0" styleClass="even-timetable-row" stylesheets="@Extensions.css" GridPane.columnIndex="4" GridPane.hgrow="ALWAYS" GridPane.rowIndex="1" GridPane.vgrow="ALWAYS" /> |
| 107 | + <AnchorPane fx:id="dayScheduleSix" minHeight="550.0" styleClass="odd-timetable-row" stylesheets="@Extensions.css" GridPane.columnIndex="5" GridPane.hgrow="ALWAYS" GridPane.rowIndex="1" GridPane.vgrow="ALWAYS" /> |
| 108 | + <AnchorPane fx:id="dayScheduleSeven" minHeight="550.0" styleClass="even-timetable-row" stylesheets="@Extensions.css" GridPane.columnIndex="6" GridPane.hgrow="ALWAYS" GridPane.rowIndex="1" GridPane.vgrow="ALWAYS" /> |
109 | 109 | </children> |
110 | 110 | </GridPane> |
111 | 111 | </content> |
|
0 commit comments