Commit bccf4b75 authored by Luna Riegel's avatar Luna Riegel
Browse files

Style: Add thin border to dialog window

parent bd3556a0
...@@ -14,7 +14,6 @@ import java.io.IOException; ...@@ -14,7 +14,6 @@ import java.io.IOException;
public class IndeterminateSpinnerDialog { public class IndeterminateSpinnerDialog {
private Stage stage; private Stage stage;
@FXML @FXML
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
<?import javafx.scene.layout.VBox?> <?import javafx.scene.layout.VBox?>
<?import javafx.scene.text.Font?> <?import javafx.scene.text.Font?>
<VBox alignment="CENTER" maxHeight="-Infinity" maxWidth="-Infinity" spacing="10.0" xmlns="http://javafx.com/javafx/22" xmlns:fx="http://javafx.com/fxml/1"> <VBox alignment="CENTER" maxHeight="-Infinity" maxWidth="-Infinity" minWidth="300.0" spacing="10.0" style="-fx-border-image-width: 2; -fx-border-color: BLACK;" xmlns="http://javafx.com/javafx/22" xmlns:fx="http://javafx.com/fxml/1">
<children> <children>
<Label fx:id="messageLbl" text="Message"> <Label fx:id="messageLbl" text="Message">
<font> <font>
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment