1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-02-04 19:04:30 +00:00

Tweak spacing

This commit is contained in:
Chocobo1 2017-11-24 17:33:19 +08:00
parent cb929f7e59
commit 52ae118e3c
No known key found for this signature in database
GPG Key ID: 210D9C873253A68C
2 changed files with 4 additions and 0 deletions

View File

@ -1000,6 +1000,9 @@
</widget>
<widget class="QWidget" name="pageContents">
<layout class="QVBoxLayout" name="verticalLayout_3">
<property name="spacing">
<number>3</number>
</property>
<property name="leftMargin">
<number>0</number>
</property>

View File

@ -61,6 +61,7 @@ SpeedWidget::SpeedWidget(PropertiesWidget *parent)
{
m_layout = new QVBoxLayout(this);
m_layout->setContentsMargins(0, 0, 0, 0);
m_layout->setSpacing(3);
m_hlayout = new QHBoxLayout();
m_hlayout->setContentsMargins(0, 0, 0, 0);