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:
parent
8f173af3d7
commit
f8d870f374
|
@ -1034,7 +1034,7 @@ QSplitter:handle{
|
||||||
<x>0</x>
|
<x>0</x>
|
||||||
<y>0</y>
|
<y>0</y>
|
||||||
<width>284</width>
|
<width>284</width>
|
||||||
<height>401</height>
|
<height>399</height>
|
||||||
</rect>
|
</rect>
|
||||||
</property>
|
</property>
|
||||||
<layout class="QVBoxLayout" name="verticalLayout_5"/>
|
<layout class="QVBoxLayout" name="verticalLayout_5"/>
|
||||||
|
@ -1665,7 +1665,7 @@ QSplitter:handle{
|
||||||
<property name="minimumSize">
|
<property name="minimumSize">
|
||||||
<size>
|
<size>
|
||||||
<width>0</width>
|
<width>0</width>
|
||||||
<height>57</height>
|
<height>0</height>
|
||||||
</size>
|
</size>
|
||||||
</property>
|
</property>
|
||||||
<property name="maximumSize">
|
<property name="maximumSize">
|
||||||
|
@ -1775,7 +1775,7 @@ QSplitter:handle{
|
||||||
<x>0</x>
|
<x>0</x>
|
||||||
<y>0</y>
|
<y>0</y>
|
||||||
<width>775</width>
|
<width>775</width>
|
||||||
<height>19</height>
|
<height>21</height>
|
||||||
</rect>
|
</rect>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
|
|
|
@ -131,9 +131,7 @@ GenericChatForm::GenericChatForm(QWidget *parent) :
|
||||||
headLayout->setSpacing(0);
|
headLayout->setSpacing(0);
|
||||||
|
|
||||||
volMicLayout->addStretch();
|
volMicLayout->addStretch();
|
||||||
volMicLayout->addSpacing(1);
|
|
||||||
volMicLayout->addWidget(micButton);
|
volMicLayout->addWidget(micButton);
|
||||||
volMicLayout->addSpacing(2);
|
|
||||||
volMicLayout->addWidget(volButton);
|
volMicLayout->addWidget(volButton);
|
||||||
volMicLayout->addStretch();
|
volMicLayout->addStretch();
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user