Change transform tool task box icon and heading

This commit is contained in:
Max Wilfinger
2024-05-30 10:27:11 +02:00
committed by Chris Hennes
parent c335ecb5ae
commit cdde34f3a7

View File

@@ -80,8 +80,8 @@ void TaskCSysDragger::dragStartCallback(void *, SoDragger *)
void TaskCSysDragger::setupGui()
{
auto incrementsBox = new Gui::TaskView::TaskBox(
Gui::BitmapFactory().pixmap("button_valid"),
tr("Increments"), true, nullptr);
Gui::BitmapFactory().pixmap("Std_TransformManip"),
tr("Transform"), true, nullptr);
auto gridLayout = new QGridLayout();
gridLayout->setColumnStretch(1, 1);