dimension fixed

This commit is contained in:
Uwe Rathmann 2023-04-03 15:10:09 +02:00
parent f5548fd704
commit b7cfb0b936

View File

@ -18,7 +18,7 @@ namespace
{ {
public: public:
ButtonBox( Qt::Orientation orientation, QQuickItem* parent = nullptr ) ButtonBox( Qt::Orientation orientation, QQuickItem* parent = nullptr )
: ButtonBox( orientation, -1, parent ) : ButtonBox( orientation, std::numeric_limits< uint >::max(), parent )
{ {
} }