diff --git a/src/Gui/Action.cpp b/src/Gui/Action.cpp index 1b65267b8..5176d1da4 100644 --- a/src/Gui/Action.cpp +++ b/src/Gui/Action.cpp @@ -508,6 +508,7 @@ void WorkbenchGroup::addTo(QWidget *w) if (w->inherits("QToolBar")) { QToolBar* bar = qobject_cast(w); QComboBox* box = new WorkbenchComboBox(this, w); + box->setIconSize(QSize(16, 16)); box->setToolTip(_action->toolTip()); box->setStatusTip(_action->statusTip()); box->setWhatsThis(_action->whatsThis());