move the Mute Myself button up to prevent accidentally disconnecting
This commit is contained in:
parent
0521b53e9c
commit
6409bf1837
2 changed files with 12 additions and 8 deletions
|
@ -26,9 +26,13 @@
|
||||||
|
|
||||||
- show maximum number of clients for servers in the serverlist, coded by dingodoppelt (#451)
|
- show maximum number of clients for servers in the serverlist, coded by dingodoppelt (#451)
|
||||||
|
|
||||||
|
- move the Mute Myself button up to prevent accidentally disconnecting
|
||||||
|
|
||||||
- bug fix: grouping faders in the client should be proportional (see discussion in #202, #419)
|
- bug fix: grouping faders in the client should be proportional (see discussion in #202, #419)
|
||||||
|
|
||||||
|
|
||||||
|
TODO add the names of the instrument icon creators to the contributors list in the about dialog
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -317,6 +317,13 @@
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
|
<item>
|
||||||
|
<widget class="QCheckBox" name="chbLocalMute">
|
||||||
|
<property name="text">
|
||||||
|
<string>Mute Myself</string>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<widget class="QCheckBox" name="chbSettings">
|
<widget class="QCheckBox" name="chbSettings">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
|
@ -331,13 +338,6 @@
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
|
||||||
<widget class="QCheckBox" name="chbLocalMute">
|
|
||||||
<property name="text">
|
|
||||||
<string>Mute Myself</string>
|
|
||||||
</property>
|
|
||||||
</widget>
|
|
||||||
</item>
|
|
||||||
<item>
|
<item>
|
||||||
<widget class="QPushButton" name="butConnect">
|
<widget class="QPushButton" name="butConnect">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
|
@ -575,9 +575,9 @@
|
||||||
</customwidgets>
|
</customwidgets>
|
||||||
<tabstops>
|
<tabstops>
|
||||||
<tabstop>butConnect</tabstop>
|
<tabstop>butConnect</tabstop>
|
||||||
|
<tabstop>chbLocalMute</tabstop>
|
||||||
<tabstop>chbSettings</tabstop>
|
<tabstop>chbSettings</tabstop>
|
||||||
<tabstop>chbChat</tabstop>
|
<tabstop>chbChat</tabstop>
|
||||||
<tabstop>chbLocalMute</tabstop>
|
|
||||||
<tabstop>sldAudioPan</tabstop>
|
<tabstop>sldAudioPan</tabstop>
|
||||||
<tabstop>sldAudioReverb</tabstop>
|
<tabstop>sldAudioReverb</tabstop>
|
||||||
<tabstop>rbtReverbSelL</tabstop>
|
<tabstop>rbtReverbSelL</tabstop>
|
||||||
|
|
Loading…
Reference in a new issue