mirror of
https://github.com/AskDavis/Casinotest.git
synced 2026-01-01 05:05:57 -08:00
Fixes #10
This commit is contained in:
@@ -83,7 +83,7 @@ QWidget* GUIExchangesWidget::dockQmlToWidget()
|
|||||||
pPlaceHolder = QWidget::createWindowContainer( pExchangesWindow, this );
|
pPlaceHolder = QWidget::createWindowContainer( pExchangesWindow, this );
|
||||||
if ( pPlaceHolder )
|
if ( pPlaceHolder )
|
||||||
{
|
{
|
||||||
pPlaceHolder->setMinimumSize( 500, 200 );
|
pPlaceHolder->setMinimumSize( 500, 170 );
|
||||||
pPlaceHolder->setSizePolicy( QSizePolicy::Expanding, QSizePolicy::Expanding );
|
pPlaceHolder->setSizePolicy( QSizePolicy::Expanding, QSizePolicy::Expanding );
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user