mirror of
https://github.com/GravitLauncher/Launcher
synced 2025-03-15 05:45:35 +03:00
19 lines
786 B
XML
19 lines
786 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<?import com.jfoenix.controls.JFXSpinner?>
|
|
<?import java.net.URL?>
|
|
<?import javafx.scene.control.Label?>
|
|
<?import javafx.scene.layout.Pane?>
|
|
|
|
<!-- DrLeonardo Design | Fixes by Yaroslavik -->
|
|
|
|
<Pane fx:id="overlay" prefHeight="425.0" prefWidth="693.0" xmlns="http://javafx.com/javafx/8.0.201" xmlns:fx="http://javafx.com/fxml/1">
|
|
<children>
|
|
<!-- Description -->
|
|
<Label fx:id="description" alignment="CENTER" contentDisplay="CENTER" layoutX="205.0" layoutY="272.0" prefHeight="120.0" prefWidth="283.0" text="..." textAlignment="CENTER" />
|
|
<JFXSpinner fx:id="spinner" layoutX="313.0" layoutY="178.0" prefHeight="70.0" prefWidth="67.0" />
|
|
</children>
|
|
<stylesheets>
|
|
<URL value="@processing.css" />
|
|
</stylesheets>
|
|
</Pane>
|