diff --git a/src/delegateconfigwrapper.h b/src/delegateconfigwrapper.h index 162f5c29c..463261deb 100644 --- a/src/delegateconfigwrapper.h +++ b/src/delegateconfigwrapper.h @@ -42,6 +42,12 @@ public: v->addWidget( buttons ); setLayout( v ); + +#ifdef Q_OS_MAC + setSizeGripEnabled( false ); + setMinimumSize( sizeHint() ); + setMaximumSize( sizeHint() ); // to remove the resize grip on osx this is the only way +#endif } public slots: void closed( QAbstractButton* b )