Release v3 updates

This commit is contained in:
Andre Jochems
2016-06-14 15:44:53 +02:00
parent ab4d8be388
commit f25171d266
10 changed files with 58 additions and 45 deletions

View File

@@ -32,7 +32,7 @@ QWidget* TwitterWidget::dockQmlToWidget()
pPlaceHolder = QWidget::createWindowContainer( pTwitterWindow, this );
if ( pPlaceHolder )
{
pPlaceHolder->setMinimumSize( 500, 170 );
pPlaceHolder->setMinimumSize( 300, 150 );
pPlaceHolder->setSizePolicy( QSizePolicy::Expanding, QSizePolicy::Expanding );
}
}