Skip to content

Commit

Permalink
added space to format strings so text doesnt move so much with -ve va…
Browse files Browse the repository at this point in the history
…lues
  • Loading branch information
Ian Dobbie committed May 15, 2021
1 parent 1fd2be2 commit 77253e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BeamDelta/BeamDeltaUI.py
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ def __init__(self, alignment):

@pyqtSlot()
def updateText(self):
self.setText("X distance = %.2f, Y distance = %.2f"
self.setText("X distance = % .2f, Y distance = % .2f"
% self._alignment.offset())


Expand Down

0 comments on commit 77253e1

Please sign in to comment.