diff options
| author | bushing <bushing@gmail.com> | 2008-12-26 03:46:04 +0000 |
|---|---|---|
| committer | bushing <bushing@gmail.com> | 2008-12-26 03:46:04 +0000 |
| commit | ba58962d2450cd1b27449867bf4decc62be4cc4d (patch) | |
| tree | a89d859ee9b03c252ff2523f552191a7115fb8a8 /Source/Core/DebuggerWX/Src/RegisterView.cpp | |
| parent | a9e588f4f34477d07978d9b89af60bcbd9086859 (diff) | |
Change the font in DebuggerWX to something legible kthx
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1667 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Core/DebuggerWX/Src/RegisterView.cpp')
| -rw-r--r-- | Source/Core/DebuggerWX/Src/RegisterView.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/DebuggerWX/Src/RegisterView.cpp b/Source/Core/DebuggerWX/Src/RegisterView.cpp index 83bdc8e522..e8293ba981 100644 --- a/Source/Core/DebuggerWX/Src/RegisterView.cpp +++ b/Source/Core/DebuggerWX/Src/RegisterView.cpp @@ -39,7 +39,7 @@ wxGridCellAttr *CRegTable::GetAttr(int row, int col, wxGridCellAttr::wxAttrKind) wxGridCellAttr *attr = new wxGridCellAttr(); attr->SetBackgroundColour(wxColour(wxT("#FFFFFF"))); - attr->SetFont(wxFont(9, wxMODERN, wxNORMAL, wxNORMAL, false, wxT("monospace"))); + attr->SetFont(DefaultFont); attr->SetAlignment(col & 1 ? wxALIGN_CENTER : wxALIGN_LEFT, wxALIGN_CENTER); if (col % 2 == 0) |
