mirror of https://github.com/stella-emu/stella.git
test 2
This commit is contained in:
parent
76771c2c43
commit
a798dedabf
|
@ -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;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue