mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-06 15:05:59 +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
|
|
@ -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"));
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue