1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00

removing spacing from microphone layout

This commit is contained in:
agilob 2014-12-17 12:00:41 +01:00
parent 8f173af3d7
commit f8d870f374
No known key found for this signature in database
GPG Key ID: 34568050DBCCB997
2 changed files with 3 additions and 5 deletions

View File

@ -1034,7 +1034,7 @@ QSplitter:handle{
<x>0</x>
<y>0</y>
<width>284</width>
<height>401</height>
<height>399</height>
</rect>
</property>
<layout class="QVBoxLayout" name="verticalLayout_5"/>
@ -1665,7 +1665,7 @@ QSplitter:handle{
<property name="minimumSize">
<size>
<width>0</width>
<height>57</height>
<height>0</height>
</size>
</property>
<property name="maximumSize">
@ -1775,7 +1775,7 @@ QSplitter:handle{
<x>0</x>
<y>0</y>
<width>775</width>
<height>19</height>
<height>21</height>
</rect>
</property>
</widget>

View File

@ -131,9 +131,7 @@ GenericChatForm::GenericChatForm(QWidget *parent) :
headLayout->setSpacing(0);
volMicLayout->addStretch();
volMicLayout->addSpacing(1);
volMicLayout->addWidget(micButton);
volMicLayout->addSpacing(2);
volMicLayout->addWidget(volButton);
volMicLayout->addStretch();