mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-01-04 20:39:18 +00:00
Merge pull request #318 from raven02/patch-14
Centre the game list panel
This commit is contained in:
commit
30a1516d19
@ -182,7 +182,7 @@ LogFrame::LogFrame(wxWindow* parent)
|
||||
, ThreadBase("LogThread")
|
||||
, m_log(*new wxListView(this))
|
||||
{
|
||||
m_log.InsertColumn(0, wxEmptyString);
|
||||
m_log.InsertColumn(0, "Thread");
|
||||
m_log.InsertColumn(1, "Log");
|
||||
m_log.SetBackgroundColour(wxColour("Black"));
|
||||
|
||||
|
@ -110,7 +110,7 @@ MainFrame::MainFrame()
|
||||
m_debugger_frame = new DebuggerPanel(this);
|
||||
ConLogFrame = new LogFrame(this);
|
||||
|
||||
AddPane(m_game_viewer, "Game List", wxAUI_DOCK_BOTTOM);
|
||||
AddPane(m_game_viewer, "Game List", wxAUI_DOCK_CENTRE);
|
||||
AddPane(ConLogFrame, "Log", wxAUI_DOCK_BOTTOM);
|
||||
AddPane(m_debugger_frame, "Debugger", wxAUI_DOCK_RIGHT);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user