|
1 | 1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | 2 |
|
| 3 | +<?import java.lang.*?> |
| 4 | +<?import javafx.geometry.*?> |
| 5 | +<?import javafx.scene.*?> |
| 6 | +<?import javafx.scene.canvas.*?> |
| 7 | +<?import javafx.scene.control.*?> |
| 8 | +<?import javafx.scene.image.*?> |
| 9 | +<?import javafx.scene.layout.*?> |
| 10 | +<?import javafx.scene.text.*?> |
3 | 11 | <?import javafx.geometry.Insets?> |
4 | 12 | <?import javafx.scene.Group?> |
5 | 13 | <?import javafx.scene.canvas.Canvas?> |
|
15 | 23 | <?import javafx.scene.layout.VBox?> |
16 | 24 | <?import javafx.scene.text.Font?> |
17 | 25 |
|
18 | | -<Pane fx:id="pane" prefHeight="175.0" style="-fx-background-color: rgba(54,143,179,0.01); -fx-background-radius: 10 10 10 10; -fx-border-radius: 10 10 10 10; -fx-border-color: rgba(54,143,179,.0.01);" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="de.doubleslash.keeptime.view.ViewController"> |
| 26 | +<Pane fx:id="pane" prefHeight="175.0" style="-fx-background-color: rgba(54,143,179,0.01); -fx-background-radius: 10 10 10 10; -fx-border-radius: 10 10 10 10; -fx-border-color: rgba(54,143,179,.0.01);" xmlns="http://javafx.com/javafx/8" xmlns:fx="http://javafx.com/fxml/1" fx:controller="de.doubleslash.keeptime.view.ViewController"> |
19 | 27 | <children> |
20 | 28 | <BorderPane fx:id="borderPane" layoutX="5.0" layoutY="-15.0"> |
21 | 29 | <center> |
22 | 30 | <Group> |
23 | 31 | <children> |
24 | 32 | <Label fx:id="currentProjectLabel" alignment="CENTER" layoutX="4.0" layoutY="108.0" prefHeight="2.0" prefWidth="286.0" text="Peter Lustig"> |
25 | 33 | <font> |
26 | | - <Font name="Open Sans" size="29.0" /> |
| 34 | + <Font name="Open Sans Regular" size="29.0" /> |
27 | 35 | </font> |
28 | 36 | </Label> |
29 | | - <Label fx:id="bigTimeLabel" alignment="CENTER" contentDisplay="CENTER" prefHeight="113.0" prefWidth="294.0" text="01:02:23" textAlignment="CENTER"> |
| 37 | + <Label fx:id="bigTimeLabel" alignment="CENTER" contentDisplay="CENTER" prefHeight="113.0" prefWidth="300.0" text="01:02:23" textAlignment="CENTER"> |
30 | 38 | <font> |
31 | | - <Font name="Open Sans" size="70.0" /> |
| 39 | + <Font name="Open Sans Regular" size="73.0" /> |
32 | 40 | </font> |
33 | 41 | </Label> |
34 | 42 | <BorderPane layoutX="4.0" layoutY="86.0" prefHeight="36.0" prefWidth="286.0"> |
|
59 | 67 | <left> |
60 | 68 | <Label fx:id="todayAllSeconds" alignment="CENTER" contentDisplay="CENTER" text="02:55:12" textFill="#000000b4" BorderPane.alignment="CENTER"> |
61 | 69 | <font> |
62 | | - <Font name="Open Sans" size="25.0" /> |
| 70 | + <Font name="Open Sans Regular" size="25.0" /> |
63 | 71 | </font> |
64 | 72 | </Label> |
65 | 73 | </left> |
66 | 74 | <right> |
67 | 75 | <Label fx:id="allTimeLabel" alignment="CENTER" contentDisplay="CENTER" text="04:23:24" textFill="#000000b1" BorderPane.alignment="CENTER"> |
68 | 76 | <font> |
69 | | - <Font name="Open Sans" size="25.0" /> |
| 77 | + <Font name="Open Sans Regular" size="25.0" /> |
70 | 78 | </font> |
71 | 79 | </Label> |
72 | 80 | </right> |
73 | 81 | </BorderPane> |
74 | 82 | <Canvas fx:id="canvas" height="2.0" layoutX="4.0" layoutY="88.0" width="286.0" /> |
75 | 83 | <TextArea fx:id="textArea" layoutX="4.0" layoutY="145.0" prefHeight="43.0" prefWidth="286.0" stylesheets="@../css/application.css" text="- Menü gefixt - Accordion - adasdasdasd -"> |
76 | 84 | <font> |
77 | | - <Font name="Open Sans" size="14.0" /> |
| 85 | + <Font name="Open Sans Regular" size="14.0" /> |
78 | 86 | </font> |
79 | 87 | </TextArea> |
80 | | - <Button fx:id="minimizeButton" layoutX="248.0" layoutY="2.0" mnemonicParsing="false" prefHeight="11.0" prefWidth="21.0" stylesheets="@../css/application.css" text="_" /> |
81 | | - <Button fx:id="closeButton" layoutX="268.0" layoutY="6.0" mnemonicParsing="false" prefHeight="11.0" prefWidth="21.0" stylesheets="@../css/application.css" text="x" /> |
| 88 | + <Button fx:id="minimizeButton" layoutX="248.0" layoutY="2.0" mnemonicParsing="false" prefHeight="11.0" prefWidth="21.0" stylesheets="@../css/application.css" text="_"> |
| 89 | + <font> |
| 90 | + <Font name="Open Sans Regular" size="12.0" /> |
| 91 | + </font></Button> |
| 92 | + <Button fx:id="closeButton" layoutX="268.0" layoutY="6.0" mnemonicParsing="false" prefHeight="11.0" prefWidth="21.0" stylesheets="@../css/application.css" text="x"> |
| 93 | + <font> |
| 94 | + <Font name="Open Sans Regular" size="12.0" /> |
| 95 | + </font></Button> |
82 | 96 | </children> |
83 | 97 | </Group> |
84 | 98 | </center> |
|
90 | 104 | <VBox fx:id="availableProjectVbox" alignment="TOP_CENTER" prefWidth="130.0" /> |
91 | 105 | </content> |
92 | 106 | </ScrollPane> |
93 | | - <Button fx:id="addNewProjectButton" minHeight="-Infinity" mnemonicParsing="false" onAction="#addNewProject" prefHeight="23.0" prefWidth="115.0" stylesheets="@../css/application.css" text="+ Add new project" /> |
| 107 | + <Button fx:id="addNewProjectButton" minHeight="-Infinity" mnemonicParsing="false" onAction="#addNewProject" prefHeight="23.0" prefWidth="120.0" stylesheets="@../css/application.css" text="+ Add new project"> |
| 108 | + <font> |
| 109 | + <Font name="Open Sans Regular" size="12.0" /> |
| 110 | + </font></Button> |
94 | 111 | </children> |
95 | 112 | <BorderPane.margin> |
96 | 113 | <Insets top="20.0" /> |
|
0 commit comments