Skip to content
Snippets Groups Projects
Commit 82085f80 authored by Administrator's avatar Administrator
Browse files

Fixed #8

parent 85e2a911
Branches
Tags
No related merge requests found
Showing
with 2 additions and 1 deletion
File added
File added
File added
File added
File added
File added
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
File added
No preview for this file type
...@@ -79,6 +79,7 @@ ...@@ -79,6 +79,7 @@
<Menu fx:id="menu1" mnemonicParsing="false" text="Menü"> <Menu fx:id="menu1" mnemonicParsing="false" text="Menü">
<items> <items>
<MenuItem fx:id="menuItem2" mnemonicParsing="false" onAction="#openSettings" text="Einstellungen" /> <MenuItem fx:id="menuItem2" mnemonicParsing="false" onAction="#openSettings" text="Einstellungen" />
<MenuItem fx:id="menuItem1" mnemonicParsing="false" onAction="#buttonAchievements" text="Achievements" />
<MenuItem fx:id="menuItem3" mnemonicParsing="false" onAction="#about" text="Über" /> <MenuItem fx:id="menuItem3" mnemonicParsing="false" onAction="#about" text="Über" />
</items> </items>
</Menu> </Menu>
...@@ -89,7 +90,7 @@ ...@@ -89,7 +90,7 @@
<Image url="@../images/icon.png" /> <Image url="@../images/icon.png" />
</image> </image>
</ImageView> </ImageView>
<Label fx:id="labelLogo" layoutX="274.0" layoutY="385.0" text="Welcome to UNO!"> <Label fx:id="labelLogo" layoutX="244.0" layoutY="385.0" text="Willkommen bei UNO!">
<font> <font>
<Font name="System Bold" size="28.0" /> <Font name="System Bold" size="28.0" />
</font> </font>
......
File deleted
No preview for this file type
No preview for this file type
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment