diff options
author | Bryson Steck <brysonsteck@protonmail.com> | 2023-05-27 00:35:12 -0600 |
---|---|---|
committer | Bryson Steck <brysonsteck@protonmail.com> | 2023-05-27 00:35:12 -0600 |
commit | d1bf5734bf86ef81e11414f30a03670660838998 (patch) | |
tree | bbba3d28727bcb8c79fe01fd2078960b3d1eb41f /src/main/kotlin | |
parent | 88802ece0407cbf83ab5dbe50fe694ebfe98f2f3 (diff) | |
download | ServerCraft-d1bf5734bf86ef81e11414f30a03670660838998.tar ServerCraft-d1bf5734bf86ef81e11414f30a03670660838998.tar.gz ServerCraft-d1bf5734bf86ef81e11414f30a03670660838998.tar.bz2 |
version based on tags and fix eula text0.1-beta
Diffstat (limited to 'src/main/kotlin')
-rw-r--r-- | src/main/kotlin/xyz/brysonsteck/ServerCraft/controllers/PrimaryController.kt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/kotlin/xyz/brysonsteck/ServerCraft/controllers/PrimaryController.kt b/src/main/kotlin/xyz/brysonsteck/ServerCraft/controllers/PrimaryController.kt index 7ec04e9..6c64a76 100644 --- a/src/main/kotlin/xyz/brysonsteck/ServerCraft/controllers/PrimaryController.kt +++ b/src/main/kotlin/xyz/brysonsteck/ServerCraft/controllers/PrimaryController.kt @@ -629,6 +629,7 @@ class PrimaryController { imagePane.children.add(ImageView(icon)) val label = Label("Do you agree to the terms of the Minecraft End User License Agreement?") label.isWrapText = true + label.maxWidth = 250.0 label.layoutX = 115.0 label.layoutY = 40.0 val buttonBar = ButtonBar() |