Skip to content

Commit

Permalink
Fix trailing-whitespace
Browse files Browse the repository at this point in the history
Signed-off-by: Gonçalo Negrier Duarte <[email protected]>
  • Loading branch information
MrDuartePT committed Mar 29, 2024
1 parent 3e03c95 commit 08f47f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/legion_linux/legion_linux/legion_gui.py
Original file line number Diff line number Diff line change
Expand Up @@ -1464,7 +1464,7 @@ def __init__(self, controller:LegionController, icon:QtGui.QIcon):
# use main layout for main window
self.main_widget = QWidget()
self.main_widget.setLayout(self.main_layout)

#Scroll Area and Properties
self.scroll = QScrollArea()
self.scroll.setHorizontalScrollBarPolicy(Qt.ScrollBarPolicy.ScrollBarAlwaysOff)
Expand Down

0 comments on commit 08f47f0

Please sign in to comment.