mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
Implemented issue #16.
This commit is contained in:
+6
-1
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user