Skip to content

Commit

Permalink
Fix up of: Fix gui alignment issues (#6287) (#10199)
Browse files Browse the repository at this point in the history
  • Loading branch information
JulienCochuyt authored and michaelDCurran committed Sep 13, 2019
1 parent 1e906fb commit b9c81a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/gui/guiHelper.py
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ def __init__(self, parent, orientation=None, sizer=None):

def addItem(self, item, **keywordArgs):
""" Adds an item with space between it and the previous item.
Does not handle adding LabledControlHelper; use L{addlabelledControl} instead.
Does not handle adding LabledControlHelper; use L{addLabeledControl} instead.
@param item: the item to add to the sizer
@param **keywordArgs: the extra args to pass when adding the item to the wx.Sizer. This parameter is
normally not necessary.
Expand Down

0 comments on commit b9c81a5

Please sign in to comment.