Skip to content

Commit

Permalink
Fix size of input fields in ToggleMinMax widget
Browse files Browse the repository at this point in the history
Closes #124
  • Loading branch information
mwcraig committed May 26, 2016
1 parent 428e9c5 commit 05d5a08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reducer/gui.py
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ def format(self):
hbox.orientation = 'horizontal'
for child in self.container.children:
# child.set_css('width', '30px')
child.width = '30px'
child.width = '50px'

@property
def min(self):
Expand Down

0 comments on commit 05d5a08

Please sign in to comment.