Skip to content
Snippets Groups Projects
Commit 43efcf37 authored by Janita Lillevik Røyseth's avatar Janita Lillevik Røyseth
Browse files

Forgotten item.

parent ff5ec563
No related branches found
No related tags found
No related merge requests found
Pipeline #133946 failed
......@@ -14,11 +14,11 @@
<?import javafx.scene.text.Font?>
<?import javafx.scene.text.TextFlow?>
<VBox alignment="CENTER" prefHeight="600.0" prefWidth="900.0" style="-fx-background-color: #f7f9fbff; " xmlns="http://javafx.com/javafx/" xmlns:fx="http://javafx.com/fxml/" fx:controller="edu.ntnu.idata1002.prosjekt2021.ui.controllers.LoginController">
<VBox alignment="CENTER" prefHeight="600.0" prefWidth="900.0" style="-fx-background-color: #f7f9fbff; " xmlns="http://javafx.com/javafx/" xmlns:fx="http://javafx.com/fxml/" fx:controller="edu.ntnu.idata1002.prosjekt2021.ui.LoginController">
<children>
<ImageView fitHeight="120.0" fitWidth="133.0" pickOnBounds="true" preserveRatio="true">
<image>
<Image url="@../Icons/logo.png" />
<Image url="@../../../../../Icons/logo.png" />
</image>
</ImageView>
<TextFlow prefHeight="48.0" prefWidth="900.0" textAlignment="CENTER">
......@@ -73,7 +73,7 @@
<graphic>
<ImageView fitHeight="27.0" fitWidth="20.0" pickOnBounds="true" preserveRatio="true">
<image>
<Image url="@../Icons/login.png" />
<Image url="@../../../../../Icons/login.png" />
</image>
</ImageView>
</graphic>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment