updated debugger screenshot for "Frame Cycls"

This commit is contained in:
thrust26 2020-11-02 09:08:34 +01:00
parent 7ff0121ffa
commit bc4e4586f7
2 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB

View File

@ -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();