Skip to content
Snippets Groups Projects
Commit 11bc2ac1 authored by Mikhail Svechnikov's avatar Mikhail Svechnikov
Browse files

rnm button

parent bfdaae9e
No related branches found
No related tags found
1 merge request!2111Rename button to select material '...' --> 'Change' (#802)
Pipeline #119089 passed
......@@ -129,7 +129,7 @@ void MaterialInplaceForm::createWidgets()
setNewValue, true, false);
// -- Create UI for material selection button
auto* btn = new QPushButton("...", this);
auto* btn = new QPushButton("Editor", this);
btn->setToolTip("Select material");
m_layout->addWidget(btn, 1, m_layout->columnCount());
connect(btn, &QPushButton::clicked, this, &MaterialInplaceForm::selectMaterial);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment