mirror of https://github.com/stella-emu/stella.git
removed now superfluous info text in 'General' tab
This commit is contained in:
parent
36b94dd001
commit
5240aaf0db
|
@ -173,14 +173,8 @@ VideoDialog::VideoDialog(OSystem& osystem, DialogContainer& parent,
|
||||||
myUseVSync = new CheckboxWidget(myTab, font, xpos, ypos + 1, "VSync");
|
myUseVSync = new CheckboxWidget(myTab, font, xpos, ypos + 1, "VSync");
|
||||||
wid.push_back(myUseVSync);
|
wid.push_back(myUseVSync);
|
||||||
|
|
||||||
// Add message concerning usage
|
|
||||||
const GUI::Font& infofont = instance().frameBuffer().infoFont();
|
|
||||||
ypos = myTab->getHeight() - 5 - fontHeight - infofont.getFontHeight() - 10;
|
|
||||||
new StaticTextWidget(myTab, infofont, 10, ypos,
|
|
||||||
"(*) Requires application restart");
|
|
||||||
|
|
||||||
// Move over to the next column
|
// Move over to the next column
|
||||||
xpos += mySpeed->getWidth() + 20;
|
xpos += mySpeed->getWidth() + 28;
|
||||||
ypos = VBORDER;
|
ypos = VBORDER;
|
||||||
|
|
||||||
// Fullscreen
|
// Fullscreen
|
||||||
|
|
Loading…
Reference in New Issue