Login Scene is not resizable, logo gets loaded correctly

This commit is contained in:
DieGurke
2020-07-16 16:02:03 +02:00
parent 1e63c1a7d1
commit e7e4c5af42
3 changed files with 10 additions and 1 deletions

View File

@ -16,7 +16,7 @@
<VBox id="loginBackground" alignment="TOP_CENTER" prefHeight="500.0" prefWidth="350.0" xmlns="http://javafx.com/javafx/11.0.1" xmlns:fx="http://javafx.com/fxml/1" fx:controller="envoy.client.ui.controller.LoginScene">
<children>
<ImageView fitHeight="80.0" fitWidth="80.0" pickOnBounds="true" preserveRatio="true">
<ImageView fx:id="logo" fitHeight="80.0" fitWidth="80.0" pickOnBounds="true" preserveRatio="true">
<VBox.margin>
<Insets bottom="10.0" top="50.0" />
</VBox.margin>