mirror of https://github.com/PCSX2/pcsx2.git
debugger: Set wxGrid label font as well
It makes the debugger window more vertically compact.
This commit is contained in:
parent
9d23fc222a
commit
ccb261a8a3
|
@ -85,6 +85,7 @@ CtrlRegisterList::CtrlRegisterList(wxWindow* parent, DebugInterface* _cpu) :
|
|||
|
||||
regGrid->EnableEditing(false);
|
||||
regGrid->SetDefaultCellFont(font);
|
||||
regGrid->SetLabelFont(font.Bold());
|
||||
regGrid->DisableDragGridSize();
|
||||
regGrid->DisableDragRowSize();
|
||||
regGrid->DisableDragColSize();
|
||||
|
|
Loading…
Reference in New Issue