mirror of https://github.com/stella-emu/stella.git
fixed tab bug in VideoAudioDialog
This commit is contained in:
parent
f550d727ce
commit
9b600df172
|
@ -167,7 +167,7 @@ void VideoAudioDialog::addDisplayTab()
|
||||||
// Aspect ratio correction
|
// Aspect ratio correction
|
||||||
ypos += lineHeight + VGAP * 4;
|
ypos += lineHeight + VGAP * 4;
|
||||||
myCorrectAspect = new CheckboxWidget(myTab, _font, xpos, ypos + 1, "Correct aspect ratio (*)");
|
myCorrectAspect = new CheckboxWidget(myTab, _font, xpos, ypos + 1, "Correct aspect ratio (*)");
|
||||||
wid.push_back(myUseStretch);
|
wid.push_back(myCorrectAspect);
|
||||||
|
|
||||||
// Vertical size
|
// Vertical size
|
||||||
ypos += lineHeight + VGAP;
|
ypos += lineHeight + VGAP;
|
||||||
|
|
Loading…
Reference in New Issue