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

Fix #1180: Oversized file transfer bubbles

This commit is contained in:
tux3 2016-01-21 05:19:30 +01:00
parent 963e8996fb
commit f0e29a1d46
No known key found for this signature in database
GPG Key ID: 7E086DD661263264
2 changed files with 2 additions and 2 deletions

View File

@ -100,7 +100,7 @@ FileTransferWidget::FileTransferWidget(QWidget *parent, ToxFile file)
ui->progressLabel->setText(tr("Accept to receive this file", "file transfer widget"));
}
setFixedHeight(78);
setFixedHeight(64);
}
FileTransferWidget::~FileTransferWidget()

View File

@ -116,7 +116,7 @@
<number>6</number>
</property>
<property name="verticalSpacing">
<number>3</number>
<number>2</number>
</property>
<item row="1" column="0">
<widget class="QWidget" name="statusWidget" native="true">