mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-04 14:08:37 +00:00
Centre the game list panel
This commit is contained in:
parent
5ed77a3ca9
commit
219e048922
2 changed files with 2 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue