Some minor font-related UI fixes in the debugger.

git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@2793 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
This commit is contained in:
stephena 2013-08-12 16:52:49 +00:00
parent aaba21cc77
commit bcb4c592d3
3 changed files with 1 additions and 4730 deletions

View File

@ -37,12 +37,9 @@
#include "Rect.hxx"
#include "Debugger.hxx"
#include "DebuggerParser.hxx"
#include "ConsoleFont.hxx"
#include "ConsoleMediumFont.hxx"
#include "ConsoleLargeFont.hxx"
#include "StellaMediumFont.hxx"
#include "DebuggerDialog.hxx"
// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

View File

@ -153,7 +153,7 @@ TiaWidget::TiaWidget(GuiObject* boss, const GUI::Font& font,
"HmClr", kHmclrCmd);
b->setTarget(this);
buttonX += 50 + 10; buttonY = ypos;
buttonX += buttonW + 4; buttonY = ypos;
b = new ButtonWidget(boss, font, buttonX, buttonY, buttonW, lineHeight,
"RSync", kRsyncCmd);
b->setTarget(this);

File diff suppressed because it is too large Load Diff