mirror of
https://github.com/GravitLauncher/Launcher
synced 2025-04-18 22:13:04 +03:00
* [ANY] fix background image
* [ANY] Added MacOS XstartOnFirstThread fix and Changelog 🥳
* [ANY] Fixed position of Discord button
* [ANY] Compressed image
* [ANY] Small redesign
* [ANY] Update changelog
* [ANY Good night sweet prince
* [FEATURE] Кастомный serverImage для каждого игрового сервера
Фича бекпорнутая с 5.1 XD
* [ANY] Забыл пример пикчи на фон
* [ANY] Фикс фонов
* [ANY] Fix bg AGAIN!
* [ANY] Fix bg finally!
28 lines
1.2 KiB
XML
28 lines
1.2 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<?import java.net.URL?>
|
|
<?import javafx.geometry.Insets?>
|
|
<?import javafx.scene.control.Button?>
|
|
<?import javafx.scene.control.Label?>
|
|
<?import javafx.scene.control.TextArea?>
|
|
<?import javafx.scene.layout.Pane?>
|
|
|
|
<!-- DrLeonardo Design -->
|
|
|
|
<Pane fx:id="overlay" prefHeight="450.0" prefWidth="693.0" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1">
|
|
<stylesheets>
|
|
<URL value="@debug.css" />
|
|
<URL value="@../../styles.css" />
|
|
</stylesheets>
|
|
|
|
<!-- Debug controls -->
|
|
<TextArea fx:id="output" prefHeight="405.0" prefWidth="693.0">
|
|
<padding>
|
|
<Insets left="10.0" right="10.0" />
|
|
</padding>
|
|
</TextArea>
|
|
<Pane layoutY="405.0" prefHeight="45.0" prefWidth="693.0" style="-fx-background-color: #222;" />
|
|
<Button fx:id="copy" defaultButton="true" layoutX="373.0" layoutY="415.0" prefHeight="30.0" prefWidth="100.0" text="Загрузить на Hastebin" />
|
|
<Button fx:id="action" layoutX="533.0" layoutY="415.0" prefHeight="25.0" prefWidth="150.0" text="Убить процесс" textFill="WHITE" />
|
|
<Label fx:id="version" layoutX="14.0" layoutY="419.0" text="GravitLauncher" textFill="WHITE" />
|
|
</Pane>
|