Added master volume control in Sound config menu (and changed little necessary stuff in ssggraph)
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@1703 30fe4595-0a0c-4342-8851-515496e4dcbd
This commit is contained in:
parent
4e08c416dc
commit
35d0a299b6
1 changed files with 18 additions and 0 deletions
|
@ -41,6 +41,16 @@
|
|||
<attstr name="alignH" val="center"/>
|
||||
<attstr name ="textsize" val ="medium"/>
|
||||
</section>
|
||||
<section name="volumeedit">
|
||||
<attstr name="type" val="editbox"/>
|
||||
<attstr name="text" val=""/>
|
||||
<attstr name="tip" val=""/>
|
||||
<attnum name="x" val="290"/>
|
||||
<attnum name="y" val="340"/>
|
||||
<attnum name="maxlen" val="16"/>
|
||||
<attnum name="width" val="100"/>
|
||||
<attstr name="alignH" val="left"/>
|
||||
</section>
|
||||
<section name="accept">
|
||||
<attstr name="type" val="textbutton"/>
|
||||
<attstr name="text" val="Accept"/>
|
||||
|
@ -98,6 +108,14 @@
|
|||
<attstr name="alignH" val="left"/>
|
||||
<attstr name ="textsize" val ="medium"/>
|
||||
</section>
|
||||
<section name ="5">
|
||||
<attstr name="type" val="label"/>
|
||||
<attnum name="x" val="20"/>
|
||||
<attnum name="y" val="340"/>
|
||||
<attstr name="text" val="Master volume:"/>
|
||||
<attstr name="alignH" val="left"/>
|
||||
<attstr name ="textsize" val ="medium"/>
|
||||
</section>
|
||||
|
||||
</section>
|
||||
|
||||
|
|
Loading…
Reference in a new issue