Skip to content

Commit

Permalink
BF: Improved position scaling of the rating scale relative to Form size
Browse files Browse the repository at this point in the history
  • Loading branch information
dvbridges authored and peircej committed Oct 7, 2019
1 parent 9daeba9 commit d115e63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion psychopy/visual/form.py
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,7 @@ def _getResponsePos(self, item, question):
The position of the response object
"""
pos = (self.rightEdge
- (item['responseWidth'] / 2)
- ((item['responseWidth'] * self.size[0]) / 2)
- self._scrollBarSize[0]
- self.itemPadding
* self.size[0],
Expand Down

0 comments on commit d115e63

Please sign in to comment.