mirror of https://github.com/stella-emu/stella.git
updated debugger screenshot for "Frame Cycls"
This commit is contained in:
parent
7ff0121ffa
commit
bc4e4586f7
Binary file not shown.
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.4 KiB |
|
@ -38,7 +38,7 @@ TiaInfoWidget::TiaInfoWidget(GuiObject* boss, const GUI::Font& lfont,
|
|||
const int VGAP = lfont.getLineHeight() / 4;
|
||||
const int VBORDER = 5 + 1;
|
||||
const int COLUMN_GAP = _fontWidth * 1.25;
|
||||
bool longstr = lfont.getStringWidth("Frame Cycle12345") + _fontWidth * 0.5
|
||||
bool longstr = lfont.getStringWidth("Frame Cycls12345") + _fontWidth * 0.5
|
||||
+ COLUMN_GAP + lfont.getStringWidth("Scanline262262")
|
||||
+ EditTextWidget::calcWidth(lfont) * 3 <= max_w;
|
||||
const int lineHeight = lfont.getLineHeight();
|
||||
|
|
Loading…
Reference in New Issue