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:
parent
46784cc1cc
commit
0b45edbfd1
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue
Block a user