Skip to content

Commit

Permalink
Merge pull request #3688 from ales-erjavec/fixes/heatmap-layout
Browse files Browse the repository at this point in the history
[FIX] owheatmap: Fix group label size policy
  • Loading branch information
janezd authored Mar 22, 2019
2 parents 0d19866 + 4ab8e05 commit 3e363f4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Orange/widgets/visualize/owheatmap.py
Original file line number Diff line number Diff line change
Expand Up @@ -975,6 +975,7 @@ def setup_scene(self, parts, data):
if rowitem.title:
title = QGraphicsSimpleTextItem(rowitem.title, widget)
item = GraphicsSimpleTextLayoutItem(title, parent=grid)
item.setSizePolicy(QSizePolicy.Preferred, QSizePolicy.Fixed)
grid.addItem(item, Row0 + i * 2, Col0)

if rowitem.cluster:
Expand Down

0 comments on commit 3e363f4

Please sign in to comment.