Commit bf082883 authored by twanvl's avatar twanvl

dummy text

parent 77d616df
......@@ -31,10 +31,11 @@ class KeywordList : public wxListView {
KeywordsPanel::KeywordsPanel(Window* parent, int id)
: SetWindowPanel(parent, id)
{
/*wxSizer* s = new wxBoxSizer(wxHORIZONTAL);
wxSizer* s2 = new wxBoxSizer(wxVERTICAL);
wxSizer* s = new wxBoxSizer(wxHORIZONTAL);
s->Add(new wxStaticText(this, wxID_ANY, _("Sorry, no keywords for now"),wxDefaultPosition,wxDefaultSize,wxALIGN_CENTER), 1, wxALIGN_CENTER); // TODO: Remove
/* wxSizer* s2 = new wxBoxSizer(wxVERTICAL);
s2->Add(list_active, 1, wxEXPAND);
s2->Add(list_inactive, 1, wxEXPAND);
s2->Add(list_inactive, 1, wxEXPAND);*/
s->SetSizeHints(this);
SetSizer(s);*/
SetSizer(s);
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment