Skip to content

Commit

Permalink
Merge pull request makehumancommunity#14 from Sestolab/master
Browse files Browse the repository at this point in the history
Typo in 7_targets.py
  • Loading branch information
Aranuvir authored May 23, 2018
2 parents 306fc5a + 6260685 commit 3fa99f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion makehuman/plugins/7_targets.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ def __init__(self, category):
self.targets.setSizePolicy(gui.SizePolicy.Ignored, gui.SizePolicy.Expanding)
self.left.layout.setStretchFactor(self.targets, 1)

self.itemsBox = gui.GroupBox('Selected Tragets:')
self.itemsBox = gui.GroupBox('Selected Targets:')
self.itemsList = gui.TextView('')
self.itemsList.setWordWrap(False)
self.itemsList.setSizePolicy(gui.SizePolicy.Ignored, gui.SizePolicy.Preferred)
Expand Down

0 comments on commit 3fa99f0

Please sign in to comment.