Skip to content
This repository has been archived by the owner on Jul 22, 2021. It is now read-only.

Commit

Permalink
Hint size on dock creation
Browse files Browse the repository at this point in the history
  • Loading branch information
nmearl committed Apr 4, 2017
1 parent e709849 commit a66b091
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions specviz/ui/viewer.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ def load_plugins(self, hidden=False):
instance_plugin.toggleViewAction())

# Resize the widgets now that they are all present
# for ip in instance_plugins[::-1]:
# ip.setMinimumSize(ip.sizeHint())
for ip in instance_plugins[::-1]:
ip.setMinimumSize(ip.sizeHint())
# QApplication.processEvents()

# Sort actions based on priority
Expand Down

0 comments on commit a66b091

Please sign in to comment.