diff --git a/client/src/main/kotlin/org/hso/texturesyncclient/view/mainView/DetailView.kt b/client/src/main/kotlin/org/hso/texturesyncclient/view/mainView/DetailView.kt index ee0e546..30601c3 100644 --- a/client/src/main/kotlin/org/hso/texturesyncclient/view/mainView/DetailView.kt +++ b/client/src/main/kotlin/org/hso/texturesyncclient/view/mainView/DetailView.kt @@ -71,7 +71,8 @@ class DetailView: View() { " -fx-max-width: -fx-pref-width;\n" + " -fx-min-height: -fx-pref-height;\n" + " -fx-max-height: -fx-pref-height;\n" + - "-jfx-button-type: RAISED;" + "-jfx-button-type: RAISED;" + + "-fx-font-size: 25px" } btnImport.setOnAction {