Implemented issue #16.

This commit is contained in:
WrinklyNinja
2013-06-05 13:44:38 +01:00
parent 2b52470dad
commit f06f3d1136
+6 -1
View File
@@ -131,7 +131,12 @@ Editor::Editor(wxWindow *parent, const wxString& title, const char * userlistPat
removeBtn->Enable(false);
prioritySpin->Enable(false);
enableUserEditsBox->Enable(false);
//Make plugin name bold text.
wxFont font = pluginText->GetFont();
font.SetWeight(wxFONTWEIGHT_BOLD);
pluginText->SetFont(font);
//Set up layout.
wxBoxSizer * bigBox = new wxBoxSizer(wxHORIZONTAL);