Fix title is task panel for rectangular pattern
This commit is contained in:
parent
188b0bc09f
commit
4cd1be2daf
|
@ -44,7 +44,7 @@ using namespace Gui;
|
||||||
/* TRANSLATOR PartDesignGui::TaskPatternRectangularParameters */
|
/* TRANSLATOR PartDesignGui::TaskPatternRectangularParameters */
|
||||||
|
|
||||||
TaskPatternRectangularParameters::TaskPatternRectangularParameters(QWidget *parent)
|
TaskPatternRectangularParameters::TaskPatternRectangularParameters(QWidget *parent)
|
||||||
: TaskBox(Gui::BitmapFactory().pixmap("document-new"),tr("TaskPatternRectangularParameters"),true, parent)
|
: TaskBox(Gui::BitmapFactory().pixmap("document-new"),tr("Parameters rectangular pattern"),true, parent)
|
||||||
{
|
{
|
||||||
// we need a separate container widget to add all controls to
|
// we need a separate container widget to add all controls to
|
||||||
proxy = new QWidget(this);
|
proxy = new QWidget(this);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user