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>
|
||||
<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>
|
||||
|
|
|
@ -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();
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user