Implement FR #1559561: "GUI: output sample rate widgets"
svn-id: r26056
This commit is contained in:
parent
669c34d8c2
commit
5577379ac3
4 changed files with 69 additions and 0 deletions
|
@ -466,6 +466,8 @@ aux=(opXoffset + 10)
|
|||
auw=(parent.w - aux - 30)
|
||||
auMidiPopup=(aux) (opYoffset - 1) (auw + 5) kPopUpHeight
|
||||
opYoffset=(opYoffset + buttonHeight + 4)
|
||||
auSampleRatePopup=(aux) (opYoffset - 1) (auw + 5) kPopUpHeight
|
||||
opYoffset=(opYoffset + buttonHeight + 4)
|
||||
|
||||
[volumeControls]
|
||||
vctextw=110
|
||||
|
@ -553,6 +555,7 @@ use=extra
|
|||
pix_checkbox_empty="checkbox_empty320.bmp"
|
||||
pix_checkbox_checked="checkbox_checked320.bmp"
|
||||
pix_cursor_image="cursor320.bmp"
|
||||
def_volumeControlsInAudio=false
|
||||
|
||||
# NES resoltuion
|
||||
[256x240]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue