update to JFoenix 8.0.9

* added a promptText to the search ChipView
This commit is contained in:
2019-06-08 13:48:16 +02:00
parent 61980905e3
commit 39c358c00f
4 changed files with 19 additions and 2 deletions

View File

@ -55,7 +55,6 @@ class DetailView: View() {
}
}
// TODO add "Import" Btn
}
style {

View File

@ -47,6 +47,7 @@ class MainView : View() {
right = detailView.root
style {
cvSearch.promptText = "Suche"
cvSearch.paddingAll = 5.0
cvSearch.minHeight = 70.0
cvSearch.style = "-fx-background-color: #53585b; -fx-text-inner-color: #b15b2e;"