X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FXGUI%2FXGUI_FacesPanel.cpp;h=e623a7e9098b3b67b19b11989838f67f036fa694;hb=d5c7ad3c50f89a2ddc2de1866ffb7f09397f3be2;hp=4ce3f489643e306f789eab89cd76cb7e5277761f;hpb=056b4e9bf26b468b2c95189397677c8ad20d54e5;p=modules%2Fshaper.git diff --git a/src/XGUI/XGUI_FacesPanel.cpp b/src/XGUI/XGUI_FacesPanel.cpp index 4ce3f4896..e623a7e90 100644 --- a/src/XGUI/XGUI_FacesPanel.cpp +++ b/src/XGUI/XGUI_FacesPanel.cpp @@ -91,6 +91,8 @@ XGUI_FacesPanel::XGUI_FacesPanel(QWidget* theParent, XGUI_Workshop* theWorkshop) : QDockWidget(theParent), myIsActive(false), myWorkshop(theWorkshop) { setWindowTitle(tr("Hide Faces")); + setObjectName("Hide Faces"); + QAction* aViewAct = toggleViewAction(); setStyleSheet("::title { position: relative; padding-left: 5px; text-align: left center }");