move the Mute Myself button up to prevent accidentally disconnecting

This commit is contained in:
Volker Fischer 2020-07-15 22:25:30 +02:00
parent 0521b53e9c
commit 6409bf1837
2 changed files with 12 additions and 8 deletions

View File

@ -26,9 +26,13 @@
- 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)
TODO add the names of the instrument icon creators to the contributors list in the about dialog

View File

@ -317,6 +317,13 @@
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="chbLocalMute">
<property name="text">
<string>Mute Myself</string>
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="chbSettings">
<property name="text">
@ -331,13 +338,6 @@
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="chbLocalMute">
<property name="text">
<string>Mute Myself</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="butConnect">
<property name="text">
@ -575,9 +575,9 @@
</customwidgets>
<tabstops>
<tabstop>butConnect</tabstop>
<tabstop>chbLocalMute</tabstop>
<tabstop>chbSettings</tabstop>
<tabstop>chbChat</tabstop>
<tabstop>chbLocalMute</tabstop>
<tabstop>sldAudioPan</tabstop>
<tabstop>sldAudioReverb</tabstop>
<tabstop>rbtReverbSelL</tabstop>