dimension fixed
This commit is contained in:
parent
f5548fd704
commit
b7cfb0b936
@ -18,7 +18,7 @@ namespace
|
||||
{
|
||||
public:
|
||||
ButtonBox( Qt::Orientation orientation, QQuickItem* parent = nullptr )
|
||||
: ButtonBox( orientation, -1, parent )
|
||||
: ButtonBox( orientation, std::numeric_limits< uint >::max(), parent )
|
||||
{
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user