diff --git a/docs/graphics/options_misc.png b/docs/graphics/options_misc.png index f07dfc78f..658779134 100644 Binary files a/docs/graphics/options_misc.png and b/docs/graphics/options_misc.png differ diff --git a/docs/graphics/options_misc_classic.png b/docs/graphics/options_misc_classic.png new file mode 100644 index 000000000..7a10ccbba Binary files /dev/null and b/docs/graphics/options_misc_classic.png differ diff --git a/docs/graphics/options_misc_light.png b/docs/graphics/options_misc_light.png new file mode 100644 index 000000000..446f20898 Binary files /dev/null and b/docs/graphics/options_misc_light.png differ diff --git a/docs/index.html b/docs/index.html index 9c3f7ae75..2ae603f1b 100644 --- a/docs/index.html +++ b/docs/index.html @@ -2633,17 +2633,22 @@
- + + + + + +


     - + - +
ItemBrief descriptionFor more information,
see CommandLine
Interface PalettePalette to use for UI elements-uipalette
Interface PalettePalette to use for UI elements (see examples)-uipalette
List quick delayTime to wait between keypresses in list-widgets-listdelay
Mouse wheel scrollNumber of lines mouse scroll will move in list-widgets-mscroll
Mouse wheel scrollNumber of lines a mouse scroll will move in list-widgets-mscroll
    

diff --git a/src/gui/UIDialog.cxx b/src/gui/UIDialog.cxx index 1fc603f47..1bc979715 100644 --- a/src/gui/UIDialog.cxx +++ b/src/gui/UIDialog.cxx @@ -167,7 +167,7 @@ UIDialog::UIDialog(OSystem& osystem, DialogContainer& parent, VarList::push_back(items, "900 ms", "900"); VarList::push_back(items, "1 second", "1000"); myListDelayPopup = new PopUpWidget(myTab, font, xpos, ypos, pwidth, lineHeight, - items, "List quick delay (*) ", lwidth); + items, "List quick delay ", lwidth); wid.push_back(myListDelayPopup); ypos += lineHeight + 4;