Skip to content

Commit

Permalink
Update DlgSettingsWorkbenchesImp.cpp
Browse files Browse the repository at this point in the history
added translucent background for workbench name/icon widget.
  • Loading branch information
MisterMakerNL authored and wwmayer committed Oct 9, 2023
1 parent a710eb2 commit b86d885
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Gui/PreferencePages/DlgSettingsWorkbenchesImp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,8 @@ wbListItem::wbListItem(const QString& wbName, bool enabled, bool startupWb, bool
subLayout->setAlignment(Qt::AlignLeft);
subLayout->setContentsMargins(5, 0, 0, 5);
subWidget->setMinimumSize(250, 0);

subWidget->setAttribute(Qt::WA_TranslucentBackground);

// 5: Autoloaded checkBox.
autoloadCheckBox = new QCheckBox(this);
autoloadCheckBox->setText(tr("Auto-load"));
Expand Down

0 comments on commit b86d885

Please sign in to comment.