Skip to content

Commit

Permalink
Merge pull request #955 from ales-erjavec/dendrogram-layout-fix
Browse files Browse the repository at this point in the history
owhierarchicalclustering: Fix layout spacing
  • Loading branch information
BlazZupan committed Dec 28, 2015
2 parents 26b9fb4 + 294da81 commit bd8d551
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Orange/widgets/unsupervised/owhierarchicalclustering.py
Original file line number Diff line number Diff line change
Expand Up @@ -901,7 +901,7 @@ def axis_view(orientation):

self._main_graphics = QGraphicsWidget()
self._main_layout = QGraphicsLinearLayout(Qt.Horizontal)
self._main_layout.setSpacing(1)
self._main_layout.setSpacing(10)

self._main_graphics.setLayout(self._main_layout)
self.scene.addItem(self._main_graphics)
Expand Down

0 comments on commit bd8d551

Please sign in to comment.