|
1 | 1 | <?xml version="1.0" encoding="UTF-8"?>
|
2 | 2 |
|
| 3 | +<?import java.net.URL?> |
3 | 4 | <?import javafx.geometry.Insets?>
|
| 5 | +<?import javafx.scene.control.Label?> |
4 | 6 | <?import javafx.scene.image.Image?>
|
5 | 7 | <?import javafx.scene.image.ImageView?>
|
6 | 8 | <?import javafx.scene.layout.HBox?>
|
|
10 | 12 | <?import javafx.scene.text.Font?>
|
11 | 13 | <?import javafx.scene.text.Text?>
|
12 | 14 |
|
13 |
| -<VBox fx:id="root" maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" |
14 |
| - prefHeight="330.0" prefWidth="600.0" stylesheets="@GRIP.css" xmlns="http://javafx.com/javafx/8.0.65" |
15 |
| - xmlns:fx="http://javafx.com/fxml/1" fx:controller="edu.wpi.grip.ui.AboutDialogController"> |
| 15 | +<VBox fx:id="root" maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" prefHeight="330.0" prefWidth="600.0" styleClass="about-window" stylesheets="@GRIP.css" xmlns="http://javafx.com/javafx/8.0.65" xmlns:fx="http://javafx.com/fxml/1" fx:controller="edu.wpi.grip.ui.AboutDialogController"> |
16 | 16 | <children>
|
17 | 17 | <Pane VBox.vgrow="ALWAYS" />
|
18 | 18 | <HBox>
|
|
28 | 28 | <children>
|
29 | 29 | <Text strokeType="OUTSIDE" strokeWidth="0.0" text="GRIP">
|
30 | 30 | <font>
|
31 |
| - <Font name="Roboto Bold" size="64.0" /> |
| 31 | + <Font size="64.0" style="BOLD" /> |
32 | 32 | </font>
|
33 | 33 | </Text>
|
34 | 34 | <Text fx:id="versionNumberText" strokeType="OUTSIDE" strokeWidth="0.0" text="Version 0.0.0">
|
35 | 35 | <font>
|
36 |
| - <Font name="Roboto Regular" size="14.0" /> |
| 36 | + <Font size="14.0" /> |
37 | 37 | </font>
|
38 | 38 | </Text>
|
39 | 39 | <Pane VBox.vgrow="ALWAYS" />
|
40 | 40 | <HBox>
|
41 | 41 | <children>
|
42 | 42 | <StackPane onMousePressed="#mousePressedGithubButton" styleClass="about-button">
|
43 | 43 | <children>
|
44 |
| - <Text strokeType="OUTSIDE" strokeWidth="0.0" text="➔ Github"> |
| 44 | + <Label text="➔ Github"> |
45 | 45 | <font>
|
46 |
| - <Font name="Roboto Regular" size="14.0" /> |
47 |
| - </font> |
48 |
| - </Text> |
| 46 | + <Font size="14.0" /> |
| 47 | + </font></Label> |
49 | 48 | </children>
|
50 | 49 | <opaqueInsets>
|
51 | 50 | <Insets />
|
|
64 | 63 | <children>
|
65 | 64 | <StackPane onMousePressed="#mousePressedDocumentationButton" styleClass="about-button">
|
66 | 65 | <children>
|
67 |
| - <Text strokeType="OUTSIDE" strokeWidth="0.0" text="➔ ScreenSteps Documentation"> |
68 |
| - <font> |
69 |
| - <Font name="Roboto Regular" size="14.0" /> |
70 |
| - </font> |
71 |
| - </Text> |
| 66 | + <Label text="➔ ScreenSteps Documentation" /> |
72 | 67 | </children>
|
73 | 68 | <HBox.margin>
|
74 | 69 | <Insets left="-3.0" />
|
|
94 | 89 | <Pane HBox.hgrow="ALWAYS" />
|
95 | 90 | <Text fill="#818181" strokeType="OUTSIDE" strokeWidth="0.0" text="GRIP is licensed under a 3 Clause BSD License">
|
96 | 91 | <font>
|
97 |
| - <Font name="Roboto Regular" size="12.0" /> |
| 92 | + <Font size="12.0" /> |
98 | 93 | </font></Text>
|
99 | 94 | <Pane HBox.hgrow="ALWAYS" />
|
100 | 95 | </children>
|
|
103 | 98 | </padding>
|
104 | 99 | </HBox>
|
105 | 100 | </children>
|
| 101 | + <stylesheets> |
| 102 | + <URL value="@roboto/Roboto.css" /> |
| 103 | + <URL value="@GRIP.css" /> |
| 104 | + </stylesheets> |
106 | 105 | </VBox>
|
0 commit comments