From 34cba843625e8452c8c8d372806eb53ce8c6ef28 Mon Sep 17 00:00:00 2001 From: William JCM Date: Thu, 13 May 2021 22:49:01 +0200 Subject: [PATCH] MainFrame: reduce proportion of the general info. --- GUI/MainFrame.cpp | 4 ++-- GUI/MainFrame.fbp | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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