Skip to content

Commit

Permalink
Merge pull request #2914 from pavlin-policar/legend-vertical-spacing
Browse files Browse the repository at this point in the history
[FIX] SPG Legend: Fix vertical spacing
  • Loading branch information
ajdapretnar authored Feb 19, 2018
2 parents 8f61298 + e6d0a57 commit aedbf79
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Orange/widgets/visualize/owscatterplotgraph.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ def __init__(self, size=None, offset=None, pen=None, brush=None):
super().__init__(size, offset)

self.layout.setContentsMargins(5, 5, 5, 5)
self.layout.setVerticalSpacing(0)
self.layout.setHorizontalSpacing(15)
self.layout.setColumnAlignment(1, Qt.AlignLeft | Qt.AlignVCenter)

Expand Down

0 comments on commit aedbf79

Please sign in to comment.