diff --git a/gui/griffon-app/views/com/muwire/gui/CollectionWizardView.groovy b/gui/griffon-app/views/com/muwire/gui/CollectionWizardView.groovy index f69a2f22..0fa8a830 100644 --- a/gui/griffon-app/views/com/muwire/gui/CollectionWizardView.groovy +++ b/gui/griffon-app/views/com/muwire/gui/CollectionWizardView.groovy @@ -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())