1
0
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:
Tux3 / Mlkj / !Lev.uXFMLA 2014-07-05 07:33:11 +02:00
parent a8dde773f5
commit 0ea28fb109

View File

@ -118,9 +118,7 @@ FileTransfertWidget::FileTransfertWidget(ToxFile File)
infoLayout->setSpacing(4);
textLayout->addWidget(size);
textLayout->addStretch(.5);
textLayout->addWidget(speed);
textLayout->addStretch(.5);
textLayout->addWidget(eta);
textLayout->setMargin(2);
textLayout->setSpacing(5);