Qt: add tick marks to Master Volume Slider

This commit is contained in:
Megamouse 2018-10-20 18:45:43 +02:00
parent 6e08d8e746
commit aed83e69c9
2 changed files with 7 additions and 1 deletions

View File

@ -5,7 +5,7 @@
"audioDump": "Saves all audio as a raw wave file. If unsure, leave this unchecked.",
"convert": "Uses 16-bit audio samples instead of default 32-bit floating point.\nUse with buggy audio drivers if you have no sound or completely broken sound.",
"downmix": "Uses stereo audio output instead of default 7.1 surround sound.\nUse with stereo audio devices. Disable it only if you are using a surround sound audio system.",
"masterVolume": "Controls the overall volume of the emulation."
"masterVolume": "Controls the overall volume of the emulation.\nValues above 100% might reduce the audio quality."
},
"cpu": {
"PPU": {

View File

@ -855,6 +855,12 @@
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="tickPosition">
<enum>QSlider::TicksBelow</enum>
</property>
<property name="tickInterval">
<number>50</number>
</property>
</widget>
</item>
<item>