update to JFoenix 8.0.9
* added a promptText to the search ChipView
This commit is contained in:
@ -55,7 +55,6 @@ class DetailView: View() {
|
||||
}
|
||||
}
|
||||
|
||||
// TODO add "Import" Btn
|
||||
}
|
||||
|
||||
style {
|
||||
|
@ -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;"
|
||||
|
Reference in New Issue
Block a user