Skip to content

Commit

Permalink
Object Explorer: Remove strech factor to set object tree initial height
Browse files Browse the repository at this point in the history
  • Loading branch information
dalthviz committed Apr 10, 2020
1 parent 6c53d74 commit 17fafd3
Showing 1 changed file with 0 additions and 2 deletions.
Expand Up @@ -322,8 +322,6 @@ def _setup_views(self):
self.central_splitter.setCollapsible(0, False)
self.central_splitter.setCollapsible(1, True)
self.central_splitter.setSizes([500, 320])
self.central_splitter.setStretchFactor(0, 10)
self.central_splitter.setStretchFactor(1, 0)

# Connect signals
# Keep a temporary reference of the selection_model to prevent
Expand Down

0 comments on commit 17fafd3

Please sign in to comment.