This commit is contained in:
thrust26 2017-09-13 22:43:49 +02:00
parent 7af7dd3bb6
commit 833d0c3b0e
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ RomListWidget::RomListWidget(GuiObject* boss, const GUI::Font& lfont,
_labelWidth = std::max(16, int(0.20 * (numchars - 12))) * fontWidth - 1; _labelWidth = std::max(16, int(0.20 * (numchars - 12))) * fontWidth - 1;
_bytesWidth = 12 * fontWidth; _bytesWidth = 12 * fontWidth;
////////////////////////////////////////////////////// ///////////////////////////////////////////////////////
// Add checkboxes // Add checkboxes
int ypos = _y + 2; int ypos = _y + 2;