Fix problems with layout and SearchBanner

This commit is contained in:
2012-05-12 11:02:37 +02:00
parent 8c61a32a6f
commit 434f1707c7
4 changed files with 10 additions and 3 deletions

View File

@@ -58,7 +58,7 @@ SearchPanel::SearchPanel(KissCount* kiss, wxUI *parent) : KissPanel(kiss, parent
hbox->addLayout(vbox2);
vbox->addLayout(hbox);
vbox->addLayout(hbox, 2);
}
SearchPanel::~SearchPanel()