aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/kotlin/xyz/brysonsteck/serverfordummies/App.kt
diff options
context:
space:
mode:
authorBryson Steck <brysonsteck@protonmail.com>2023-05-09 21:59:26 -0600
committerBryson Steck <brysonsteck@protonmail.com>2023-05-09 21:59:26 -0600
commit5b321f0d403996f31b1d101bc24e582d8c0cb631 (patch)
tree0b71f33d33403083042bdcecbfa5c5177798557e /app/src/main/kotlin/xyz/brysonsteck/serverfordummies/App.kt
parent7db4d246d920586edcc485d514d9651dcc370d67 (diff)
downloadServerCraft-5b321f0d403996f31b1d101bc24e582d8c0cb631.tar
ServerCraft-5b321f0d403996f31b1d101bc24e582d8c0cb631.tar.gz
ServerCraft-5b321f0d403996f31b1d101bc24e582d8c0cb631.tar.bz2
dialog working, download files working
Diffstat (limited to 'app/src/main/kotlin/xyz/brysonsteck/serverfordummies/App.kt')
-rw-r--r--app/src/main/kotlin/xyz/brysonsteck/serverfordummies/App.kt2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/kotlin/xyz/brysonsteck/serverfordummies/App.kt b/app/src/main/kotlin/xyz/brysonsteck/serverfordummies/App.kt
index cffa525..f4f49ae 100644
--- a/app/src/main/kotlin/xyz/brysonsteck/serverfordummies/App.kt
+++ b/app/src/main/kotlin/xyz/brysonsteck/serverfordummies/App.kt
@@ -12,7 +12,7 @@ import javafx.stage.Stage;
class App : Application() {
override fun start(stage: Stage) {
- var scene = Scene(loadFXML("primary"), 1500.0, 900.0)
+ var scene = Scene(loadFXML("primary"), 963.0, 713.0)
stage.title = "Server For Dummies"
stage.scene = scene
stage.show()