File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 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" />
You can’t perform that action at this time.
0 commit comments