mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
Remove streches of size 0
This commit is contained in:
parent
a8dde773f5
commit
0ea28fb109
|
@ -118,9 +118,7 @@ FileTransfertWidget::FileTransfertWidget(ToxFile File)
|
||||||
infoLayout->setSpacing(4);
|
infoLayout->setSpacing(4);
|
||||||
|
|
||||||
textLayout->addWidget(size);
|
textLayout->addWidget(size);
|
||||||
textLayout->addStretch(.5);
|
|
||||||
textLayout->addWidget(speed);
|
textLayout->addWidget(speed);
|
||||||
textLayout->addStretch(.5);
|
|
||||||
textLayout->addWidget(eta);
|
textLayout->addWidget(eta);
|
||||||
textLayout->setMargin(2);
|
textLayout->setMargin(2);
|
||||||
textLayout->setSpacing(5);
|
textLayout->setSpacing(5);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user