center review title

pull/53/head
Zlatin Balevsky 2020-11-02 10:27:53 +00:00
parent 3550fa43c9
commit 792eca6d06
No known key found for this signature in database
GPG Key ID: A72832072D525E41
1 changed files with 3 additions and 1 deletions

View File

@ -80,7 +80,9 @@ class CollectionWizardView {
}
panel(constraints : "review") {
borderLayout()
label(text : trans("COLLECTION_REVIEW_TITLE"), constraints : BorderLayout.NORTH)
panel (constraints : BorderLayout.NORTH) {
label(text : trans("COLLECTION_REVIEW_TITLE"))
}
scrollPane(constraints : BorderLayout.CENTER) {
jTree = new JTree(model.tree)
jTree.setCellRenderer(new PathTreeRenderer())