From 1e029e7940f34e723d2cb3a75ebd4ff44d4a045e Mon Sep 17 00:00:00 2001 From: Seil0 Date: Mon, 17 Jun 2019 23:00:19 +0200 Subject: [PATCH] increase import btn text size --- .../org/hso/texturesyncclient/view/importView/ImportView.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/main/kotlin/org/hso/texturesyncclient/view/importView/ImportView.kt b/client/src/main/kotlin/org/hso/texturesyncclient/view/importView/ImportView.kt index ddaee6f..221b6a1 100644 --- a/client/src/main/kotlin/org/hso/texturesyncclient/view/importView/ImportView.kt +++ b/client/src/main/kotlin/org/hso/texturesyncclient/view/importView/ImportView.kt @@ -92,7 +92,7 @@ class ImportView : View("TextureSync") { cvTags.style = "-fx-background-color: #53585b; -fx-text-inner-color: #b15b2e;" //TODO change color of ChipĀ“s see: https://github.com/jfoenixadmin/JFoenix/blob/master/jfoenix/src/main/resources/com/jfoenix/assets/css/controls/jfx-chip-view.css#L52 - btnImport.style = "-fx-button-type: RAISED; -fx-background-color: #b15b2e; -fx-text-fill: #3c3f41;" + btnImport.style = "-fx-button-type: RAISED; -fx-background-color: #b15b2e; -fx-text-fill: #3c3f41; -fx-font-size: 15;" btnBack.style = "-fx-button-type: RAISED; -fx-background-color: #3c3f41; -fx-text-fill: #2b7bbb; -fx-padding: 10;" }