mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-04 15:15:15 -04:00
Fixed ChatWidget Margin's
Set Alignment for frame off's Video icon
This commit is contained in:
parent
993ca63106
commit
95bdd7f0a7
3 changed files with 4 additions and 0 deletions
|
@ -126,6 +126,7 @@ QVideoOutputDevice::QVideoOutputDevice(QWidget *parent)
|
|||
void QVideoOutputDevice::showFrameOff()
|
||||
{
|
||||
setPixmap(QPixmap(":/images/video-icon-big.png").scaled(QSize(height()*4/3,height()),Qt::KeepAspectRatio,Qt::SmoothTransformation)) ;
|
||||
setAlignment(Qt::AlignCenter);
|
||||
}
|
||||
|
||||
void QVideoOutputDevice::showFrame(const QImage& img)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue