indent Search label

cusax-fix
Yana Stamcheva 20 years ago
parent 54489a0aa7
commit 2929f4d5e2

@ -101,8 +101,9 @@ public SearchPanel(HistoryWindow historyWindow) {
this.historyWindow = historyWindow;
this.setBorder(BorderFactory.createTitledBorder(Messages
.getString("search"))); //$NON-NLS-1$
this.setBorder(BorderFactory.createCompoundBorder(
BorderFactory.createTitledBorder(Messages.getString("search")),
BorderFactory.createEmptyBorder(5, 5, 5, 5)));
this.textFieldPanel.setBorder(BorderFactory.createEmptyBorder(5,5,5,5));

Loading…
Cancel
Save