From a798dedabfba573bc7f0eec9af5887c4eb62a751 Mon Sep 17 00:00:00 2001 From: thrust26 Date: Wed, 13 Sep 2017 22:16:46 +0200 Subject: [PATCH] test 2 --- src/debugger/gui/RomListWidget.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/debugger/gui/RomListWidget.cxx b/src/debugger/gui/RomListWidget.cxx index f3b1183ba..a6b2ff30d 100644 --- a/src/debugger/gui/RomListWidget.cxx +++ b/src/debugger/gui/RomListWidget.cxx @@ -67,7 +67,7 @@ RomListWidget::RomListWidget(GuiObject* boss, const GUI::Font& lfont, _labelWidth = std::max(16, int(0.20 * (numchars - 12))) * fontWidth - 1; _bytesWidth = 12 * fontWidth; - /////////////////////////////////////////////////////// + //////////////////////////////////////////////////////// // Add checkboxes int ypos = _y + 2;