mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-04 22:19:02 +00:00
Use spaces for vertical alignment
This commit is contained in:
parent
e25796f0d0
commit
d0c9d7c0ae
96 changed files with 2990 additions and 2992 deletions
|
|
@ -20,14 +20,14 @@ DisAsmFrame::DisAsmFrame(PPCThread& cpu)
|
|||
|
||||
m_disasm_list = new wxListView(this);
|
||||
|
||||
wxButton& b_fprev = *new wxButton(this, wxID_ANY, L"<<");
|
||||
wxButton& b_prev = *new wxButton(this, wxID_ANY, L"<");
|
||||
wxButton& b_next = *new wxButton(this, wxID_ANY, L">");
|
||||
wxButton& b_fnext = *new wxButton(this, wxID_ANY, L">>");
|
||||
wxButton& b_fprev = *new wxButton(this, wxID_ANY, L"<<");
|
||||
wxButton& b_prev = *new wxButton(this, wxID_ANY, L"<");
|
||||
wxButton& b_next = *new wxButton(this, wxID_ANY, L">");
|
||||
wxButton& b_fnext = *new wxButton(this, wxID_ANY, L">>");
|
||||
|
||||
wxButton& b_dump = *new wxButton(this, wxID_ANY, L"Dump code");
|
||||
wxButton& b_dump = *new wxButton(this, wxID_ANY, L"Dump code");
|
||||
|
||||
wxButton& b_setpc = *new wxButton(this, wxID_ANY, L"Set PC");
|
||||
wxButton& b_setpc = *new wxButton(this, wxID_ANY, L"Set PC");
|
||||
|
||||
s_b_panel.Add(&b_fprev);
|
||||
s_b_panel.Add(&b_prev);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue