1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00

Fix spacing in file transfer widget

This commit is contained in:
Kevin Flynn 2014-07-05 14:00:22 -07:00
parent 46784cc1cc
commit 0b45edbfd1

View File

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