mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-21 05:43:32 -07:00
Tweak spacing
This commit is contained in:
parent
cb929f7e59
commit
52ae118e3c
2 changed files with 4 additions and 0 deletions
|
@ -1000,6 +1000,9 @@
|
||||||
</widget>
|
</widget>
|
||||||
<widget class="QWidget" name="pageContents">
|
<widget class="QWidget" name="pageContents">
|
||||||
<layout class="QVBoxLayout" name="verticalLayout_3">
|
<layout class="QVBoxLayout" name="verticalLayout_3">
|
||||||
|
<property name="spacing">
|
||||||
|
<number>3</number>
|
||||||
|
</property>
|
||||||
<property name="leftMargin">
|
<property name="leftMargin">
|
||||||
<number>0</number>
|
<number>0</number>
|
||||||
</property>
|
</property>
|
||||||
|
|
|
@ -61,6 +61,7 @@ SpeedWidget::SpeedWidget(PropertiesWidget *parent)
|
||||||
{
|
{
|
||||||
m_layout = new QVBoxLayout(this);
|
m_layout = new QVBoxLayout(this);
|
||||||
m_layout->setContentsMargins(0, 0, 0, 0);
|
m_layout->setContentsMargins(0, 0, 0, 0);
|
||||||
|
m_layout->setSpacing(3);
|
||||||
|
|
||||||
m_hlayout = new QHBoxLayout();
|
m_hlayout = new QHBoxLayout();
|
||||||
m_hlayout->setContentsMargins(0, 0, 0, 0);
|
m_hlayout->setContentsMargins(0, 0, 0, 0);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue