diff --git a/GUI/MainFrame.cpp b/GUI/MainFrame.cpp index 0250bc9..b322b48 100644 --- a/GUI/MainFrame.cpp +++ b/GUI/MainFrame.cpp @@ -124,7 +124,7 @@ MainFrame::MainFrame( wxWindow* parent, wxWindowID id, const wxString& title, co sbSizerGeneralInfo->Add( bSizerProfileCommands, 0, wxEXPAND, 5 ); - bSizerProfilePanel->Add( sbSizerGeneralInfo, 1, wxEXPAND|wxTOP|wxRIGHT|wxLEFT, 5 ); + bSizerProfilePanel->Add( sbSizerGeneralInfo, 0, wxEXPAND|wxTOP|wxRIGHT|wxLEFT, 5 ); wxBoxSizer* bSizerBottomHalf; bSizerBottomHalf = new wxBoxSizer( wxHORIZONTAL ); @@ -170,7 +170,7 @@ MainFrame::MainFrame( wxWindow* parent, wxWindowID id, const wxString& title, co _profilePanel->SetSizer( bSizerProfilePanel ); _profilePanel->Layout(); bSizerProfilePanel->Fit( _profilePanel ); - _managerNotebook->AddPage( _profilePanel, wxT("Profile details and stats"), false ); + _managerNotebook->AddPage( _profilePanel, wxT("Profile details and stats"), true ); _massPanel = new wxPanel( _managerNotebook, wxID_ANY, wxDefaultPosition, wxDefaultSize, wxTAB_TRAVERSAL ); wxBoxSizer* bSizerMassPanel; bSizerMassPanel = new wxBoxSizer( wxHORIZONTAL ); diff --git a/GUI/MainFrame.fbp b/GUI/MainFrame.fbp index e191a0b..96d7375 100644 --- a/GUI/MainFrame.fbp +++ b/GUI/MainFrame.fbp @@ -537,7 +537,7 @@ Profile details and stats - 0 + 1 1 1 @@ -597,7 +597,7 @@ 5 wxEXPAND|wxTOP|wxRIGHT|wxLEFT - 1 + 0 wxID_ANY General information