Skip to content

Commit

Permalink
LoadPlugins: Remove stretch in dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
mborgerson committed Dec 1, 2023
1 parent 53630f8 commit 764ffa7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions angrmanagement/ui/dialogs/load_plugins.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,7 @@ def _init_plugin_list(self):
plugin_group.setLayout(sublayout)

layout = QVBoxLayout()
# layout.addWidget(auto_load_libs)
layout.addWidget(plugin_group)
layout.addStretch(0)

frame = QFrame(self)
frame.setLayout(layout)
Expand Down

0 comments on commit 764ffa7

Please sign in to comment.