From 40bfc73ba8072f92fdbd6a0a5486397bfa799167 Mon Sep 17 00:00:00 2001 From: localhorst Date: Fri, 7 Jun 2019 22:05:24 +0200 Subject: [PATCH] import btn bigger font size --- .../org/hso/texturesyncclient/view/mainView/DetailView.kt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 {