mirror of https://github.com/stella-emu/stella.git
updated doc for reordered launcher top widgets
This commit is contained in:
parent
34618aab46
commit
4861e06e3c
|
@ -4075,10 +4075,16 @@
|
|||
<p>ROM Info Viewer width at 50% , UI sized 1280x900, large launcher font, bottom buttons disabled:</p>
|
||||
<img src="graphics/rominfo_2x_small.png">
|
||||
|
||||
<p>The dialog items at the top can be used to define the listed files and to navigate your folders:</p>
|
||||
<p>The dialog items at the top can be used to navigate your folders and to define the listed files:</p>
|
||||
|
||||
<ul>
|
||||
<li>
|
||||
<img src="graphics/navigation_buttons.png" style="vertical-align: middle; margin-top: 4px; margin-bottom: 4px; margin-right: 4px">
|
||||
Quick folder navigation buttons; the path display allows direct navigation by clicking an element.
|
||||
</li><li>
|
||||
<img src="graphics/open_help.png" style="vertical-align: middle; margin-top: 4px; margin-bottom: 4px; margin-right: 4px">
|
||||
Open this help for the launcher.
|
||||
</li><li>
|
||||
The 'Filter' text box can be used to narrow down the results in the
|
||||
ROM listing. When this box is empty, all files are shown. Typing
|
||||
characters here will show only those files that match that
|
||||
|
@ -4089,8 +4095,7 @@
|
|||
about capital or lower-case letters. You also can use '*' and '?' as
|
||||
wildcards. E.g. for '(198?)*atari' only ROMs from the 1980s made by
|
||||
Atari will be listed.
|
||||
</li>
|
||||
<li>
|
||||
</li><li>
|
||||
<img src="graphics/show_roms.png" style="vertical-align: middle; margin-top: 4px; margin-bottom: 4px">
|
||||
<img src="graphics/show_all.png" style="vertical-align: middle; margin-top: 4px; margin-bottom: 4px; margin-right: 4px">
|
||||
Display either files which do have a valid ROM extension or all files.
|
||||
|
@ -4098,15 +4103,6 @@
|
|||
<img src="graphics/show_current_dir.png" style="vertical-align: middle; margin-top: 4px; margin-bottom: 4px">
|
||||
<img src="graphics/show_sub_dirs.png" style="vertical-align: middle; margin-top: 4px; margin-bottom: 4px; margin-right: 4px">
|
||||
Display either files from current directory only or all subdirectories too.
|
||||
</li><li>
|
||||
<img src="graphics/open_help.png" style="vertical-align: middle; margin-top: 4px; margin-bottom: 4px; margin-right: 4px">
|
||||
Open this help for the launcher.
|
||||
</li><li>
|
||||
<img src="graphics/navigation_buttons.png" style="vertical-align: middle; margin-top: 4px; margin-bottom: 4px; margin-right: 4px">
|
||||
Quick folder navigation buttons; the path display allows direct navigation by clicking an element.
|
||||
</li><li>
|
||||
<img src="graphics/reload_list.png" style="vertical-align: middle; margin-top: 4px; margin-bottom: 4px; margin-right: 4px">
|
||||
Reload the list.
|
||||
</li>
|
||||
</ul>
|
||||
</br>
|
||||
|
|
Loading…
Reference in New Issue