mirror of https://github.com/stella-emu/stella.git
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:
parent
aaba21cc77
commit
bcb4c592d3
|
@ -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"
|
||||
|
||||
// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||
|
|
|
@ -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
Loading…
Reference in New Issue