Changed label for recently added 'source address' items in the CPU area

of the debugger.


git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@2159 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
This commit is contained in:
stephena 2010-10-22 11:22:36 +00:00
parent ccf6227b9d
commit 3c4bcf3900
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ CpuWidget::CpuWidget(GuiObject* boss, const GUI::Font& font, int x, int y)
// Create a label and 1x3 grid showing the source of data for A/X/Y registers
xpos += myCpuGridBinValue->getWidth() + 20;
new StaticTextWidget(boss, font, xpos-font.getMaxCharWidth(), ypos+1,
font.getStringWidth("Data Src"), fontHeight, "Data Src",
font.getStringWidth("Src Addr"), fontHeight, "Src Addr",
kTextAlignLeft);
myCpuDataSrcGrid =
new DataGridWidget(boss, font, xpos, ypos+lineHeight, 1, 3, 4, 16, kBASE_16);