Skip to content

Commit 06c3938

Browse files
committed
Make login screen a little bigger
1 parent 3ad29e6 commit 06c3938

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

src/main/resources/ui/login.fxml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,19 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22

33
<?import javafx.geometry.Insets?>
4+
<?import javafx.scene.control.Button?>
45
<?import javafx.scene.control.CheckBox?>
56
<?import javafx.scene.control.ComboBox?>
67
<?import javafx.scene.control.Label?>
78
<?import javafx.scene.layout.HBox?>
89
<?import javafx.scene.layout.VBox?>
9-
<?import javafx.scene.control.Button?>
1010
<VBox fx:id="root" xmlns="http://javafx.com/javafx/11.0.1" xmlns:fx="http://javafx.com/fxml/1"
11-
fx:controller="com.faforever.moderatorclient.ui.LoginController" spacing="5.0">
11+
fx:controller="com.faforever.moderatorclient.ui.LoginController" spacing="25.0"
12+
alignment="CENTER" minHeight="200" minWidth="400">
1213
<children>
1314
<HBox VBox.vgrow="NEVER" alignment="CENTER" spacing="10.0" maxHeight="50">
14-
<Button onAction="#attemptLogin" text="Login" alignment="CENTER" HBox.hgrow="NEVER"/>
15+
<Button onAction="#attemptLogin" text="Login via Browser" alignment="CENTER" HBox.hgrow="NEVER"
16+
minWidth="200" minHeight="50"/>
1517
</HBox>
1618
<HBox VBox.vgrow="NEVER" alignment="CENTER" spacing="10.0" maxHeight="50">
1719
<Label text="Environment" HBox.hgrow="ALWAYS"/>

0 commit comments

Comments
 (0)