sizePolicy of the inputProxy fixed
This commit is contained in:
parent
e300755027
commit
a62e7fb3e2
@ -25,6 +25,7 @@ namespace
|
||||
{
|
||||
setObjectName( "InputPanelInputProxy" );
|
||||
setFocusPolicy( Qt::NoFocus );
|
||||
setSizePolicy( QskSizePolicy::Ignored, QskSizePolicy::Fixed );
|
||||
}
|
||||
|
||||
protected:
|
||||
|
Loading…
x
Reference in New Issue
Block a user