Change transform tool task box icon and heading
This commit is contained in:
committed by
Chris Hennes
parent
c335ecb5ae
commit
cdde34f3a7
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user