1
0
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:
krepa098 2015-02-07 14:38:56 +01:00
parent a8acb05c52
commit 887f021323

View File

@ -70,7 +70,7 @@ FileTransferWidget::FileTransferWidget(QWidget *parent, ToxFile file)
if(fileInfo.direction == ToxFile::SENDING)
showPreview(fileInfo.filePath);
setFixedHeight(60);
setFixedHeight(64);
}
FileTransferWidget::~FileTransferWidget()