mirror of https://github.com/stella-emu/stella.git
upper case info
This commit is contained in:
parent
cf7605a5b0
commit
36b94dd001
|
@ -259,7 +259,7 @@ void DeveloperDialog::addVideoTab(const GUI::Font& font)
|
|||
// Add message concerning usage
|
||||
const GUI::Font& infofont = instance().frameBuffer().infoFont();
|
||||
ypos = myTab->getHeight() - 5 - fontHeight - infofont.getFontHeight() - 10;
|
||||
new StaticTextWidget(myTab, infofont, HBORDER, ypos, "(*) colors identical for player and developer settings");
|
||||
new StaticTextWidget(myTab, infofont, HBORDER, ypos, "(*) Colors identical for player and developer settings");
|
||||
|
||||
// Add items for tab 2
|
||||
addToFocusList(wid, myTab, tabID);
|
||||
|
|
Loading…
Reference in New Issue