|
1 | 1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | 2 |
|
| 3 | +<?import java.lang.*?> |
| 4 | +<?import javafx.geometry.*?> |
| 5 | +<?import javafx.scene.control.*?> |
| 6 | +<?import javafx.scene.layout.*?> |
| 7 | +<?import javafx.scene.text.*?> |
3 | 8 | <?import javafx.geometry.Insets?> |
4 | 9 | <?import javafx.scene.control.Label?> |
5 | 10 | <?import javafx.scene.control.ScrollPane?> |
|
12 | 17 | <?import javafx.scene.layout.VBox?> |
13 | 18 | <?import javafx.scene.text.Font?> |
14 | 19 |
|
15 | | -<AnchorPane prefWidth="500.0" xmlns="http://javafx.com/javafx/8.0.60" xmlns:fx="http://javafx.com/fxml/1" fx:controller="de.doubleslash.keeptime.view.ReportController"> |
| 20 | +<AnchorPane prefWidth="500.0" xmlns="http://javafx.com/javafx/8" xmlns:fx="http://javafx.com/fxml/1" fx:controller="de.doubleslash.keeptime.view.ReportController"> |
16 | 21 | <children> |
17 | 22 | <VBox> |
18 | 23 | <children> |
|
22 | 27 | <children> |
23 | 28 | <Label text="Report"> |
24 | 29 | <font> |
25 | | - <Font name="System Bold" size="35.0" /> |
| 30 | + <Font name="Open Sans Bold" size="35.0" /> |
26 | 31 | </font> |
27 | 32 | </Label> |
28 | 33 | <Label layoutX="10.0" layoutY="10.0" text="Daily report"> |
29 | 34 | <font> |
30 | | - <Font size="20.0" /> |
| 35 | + <Font name="Open Sans Regular" size="20.0" /> |
31 | 36 | </font> |
32 | 37 | </Label> |
33 | 38 | <Label fx:id="currentDayLabel" text="Tuesday 05.07.2018"> |
34 | 39 | <font> |
35 | | - <Font name="System Bold" size="17.0" /> |
| 40 | + <Font name="Open Sans Bold" size="17.0" /> |
36 | 41 | </font> |
37 | 42 | </Label> |
38 | 43 | <HBox spacing="10.0"> |
39 | 44 | <children> |
40 | | - <Label prefWidth="100.0" text="Present time:"> |
| 45 | + <Label prefWidth="110.0" text="Present time:"> |
41 | 46 | <font> |
42 | | - <Font size="17.0" /> |
| 47 | + <Font name="Open Sans Regular" size="17.0" /> |
43 | 48 | </font> |
44 | 49 | </Label> |
45 | 50 | <Label fx:id="currentDayTimeLabel" text="99:99:99"> |
46 | 51 | <font> |
47 | | - <Font size="17.0" /> |
| 52 | + <Font name="Open Sans Regular" size="17.0" /> |
48 | 53 | </font> |
49 | 54 | </Label> |
50 | 55 | </children> |
51 | 56 | </HBox> |
52 | 57 | <HBox spacing="10.0"> |
53 | 58 | <children> |
54 | | - <Label prefWidth="100.0" text="Work time:"> |
| 59 | + <Label prefWidth="110.0" text="Work time:"> |
55 | 60 | <font> |
56 | | - <Font size="17.0" /> |
| 61 | + <Font name="Open Sans Regular" size="17.0" /> |
57 | 62 | </font> |
58 | 63 | </Label> |
59 | 64 | <Label fx:id="currentDayWorkTimeLabel" text="99:99:99"> |
60 | 65 | <font> |
61 | | - <Font size="17.0" /> |
| 66 | + <Font name="Open Sans Regular" size="17.0" /> |
62 | 67 | </font> |
63 | 68 | </Label> |
64 | 69 | </children> |
|
72 | 77 | </BorderPane> |
73 | 78 | <Label text="Notes:"> |
74 | 79 | <font> |
75 | | - <Font size="16.0" /> |
| 80 | + <Font name="Open Sans Regular" size="16.0" /> |
76 | 81 | </font> |
77 | 82 | </Label> |
78 | 83 | <ScrollPane fx:id="scrollPane" prefHeight="300.0" prefWidth="500.0"> |
|
93 | 98 | <children> |
94 | 99 | <Label text="99:99:99" GridPane.columnIndex="2" GridPane.rowIndex="1"> |
95 | 100 | <font> |
96 | | - <Font name="System Bold" size="15.0" /> |
| 101 | + <Font name="Open Sans Bold" size="15.0" /> |
97 | 102 | </font> |
98 | 103 | </Label> |
99 | 104 | <Label layoutX="375.0" layoutY="39.0" text="99:99:99 - 99:99:99" GridPane.columnIndex="1" GridPane.rowIndex="1"> |
100 | 105 | <font> |
101 | | - <Font size="15.0" /> |
| 106 | + <Font name="Open Sans Regular" size="15.0" /> |
102 | 107 | </font> |
103 | 108 | </Label> |
104 | 109 | </children> |
|
0 commit comments