Don't need translate string "...".
--HG-- branch : develop
This commit is contained in:
parent
e0c38e217a
commit
81c5e8f659
|
@ -49,7 +49,7 @@ VFormulaPropertyEditor::VFormulaPropertyEditor(QWidget *parent)
|
|||
// Create the tool button
|
||||
ToolButton = new QToolButton(this);
|
||||
ToolButton->setSizePolicy(QSizePolicy::Fixed, QSizePolicy::Minimum);
|
||||
ToolButton->setText(tr("..."));
|
||||
ToolButton->setText("...");
|
||||
ToolButton->setFixedWidth(20);
|
||||
ToolButton->installEventFilter(this);
|
||||
setFocusProxy(ToolButton); // Make the ToolButton the focus proxy
|
||||
|
|
Loading…
Reference in New Issue
Block a user