Skip to content

Commit

Permalink
DOCS: Remove forgotten print from example (#135)
Browse files Browse the repository at this point in the history
  • Loading branch information
SMoraisAnsys authored Jul 8, 2024
1 parent 157a0f1 commit 279126f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ def setup(self):
text=["Issue tracker"],
font_size=self.main_window.properties.font["title_size"]
)
print(row_returns)

self.plot_design_button_layout = row_returns[0]
self.issue_tracker_button = row_returns[1]
self.plot_design_button_layout.addWidget(self.issue_tracker_button)
Expand Down

0 comments on commit 279126f

Please sign in to comment.