mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
FTW: Slightly increased height
This commit is contained in:
parent
a8acb05c52
commit
887f021323
|
@ -70,7 +70,7 @@ FileTransferWidget::FileTransferWidget(QWidget *parent, ToxFile file)
|
||||||
if(fileInfo.direction == ToxFile::SENDING)
|
if(fileInfo.direction == ToxFile::SENDING)
|
||||||
showPreview(fileInfo.filePath);
|
showPreview(fileInfo.filePath);
|
||||||
|
|
||||||
setFixedHeight(60);
|
setFixedHeight(64);
|
||||||
}
|
}
|
||||||
|
|
||||||
FileTransferWidget::~FileTransferWidget()
|
FileTransferWidget::~FileTransferWidget()
|
||||||
|
|
Loading…
Reference in New Issue
Block a user