24 lines
1021 B
XML
24 lines
1021 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<?import javafx.geometry.Insets?>
|
|
<?import javafx.scene.control.Label?>
|
|
<?import javafx.scene.layout.StackPane?>
|
|
<?import javafx.scene.layout.VBox?>
|
|
<?scenebuilder-stylesheet vista.css?>
|
|
|
|
<VBox prefHeight="709.0" prefWidth="1259.0" xmlns="http://javafx.com/javafx/8.0.112" xmlns:fx="http://javafx.com/fxml/1" fx:controller="meerkat.voting.gui.controllersFX.MainController">
|
|
<children>
|
|
<Label fx:id="headerLabel" maxWidth="1.7976931348623157E308" prefHeight="70.0" prefWidth="1162.0" text="Header of Election" textFill="#939090" VBox.vgrow="NEVER">
|
|
<VBox.margin>
|
|
<Insets left="100.0" />
|
|
</VBox.margin></Label>
|
|
<StackPane fx:id="vistaHolder" prefHeight="553.0" prefWidth="1259.0" VBox.vgrow="ALWAYS">
|
|
<VBox.margin>
|
|
<Insets bottom="70.0" />
|
|
</VBox.margin>
|
|
<padding>
|
|
<Insets bottom="30.0" left="30.0" right="30.0" top="30.0" />
|
|
</padding></StackPane>
|
|
</children>
|
|
</VBox>
|