Skip to content

Commit

Permalink
Change on tutorials widget contents margins
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasKroes committed Dec 12, 2024
1 parent 6eb190c commit ec53179
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ManiVault/src/private/PageTutorialsWidget.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ PageTutorialsWidget::PageTutorialsWidget(QWidget* parent, const QStringList& tag
PageActionsWidget(parent, "Tutorials"),
_toolbarAction(this, "Toolbar")
{
layout()->setContentsMargins(0, 0, 0, 0);

dynamic_cast<QVBoxLayout*>(layout())->insertWidget(1, _toolbarAction.createWidget(this));

_toolbarAction.setShowLabels(false);
Expand Down

0 comments on commit ec53179

Please sign in to comment.