Skip to content

Commit

Permalink
gpdf2swf: minor tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
rpedroso committed Feb 7, 2011
1 parent 558e6ae commit 374195d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wx/gui/options/quality.py
Expand Up @@ -62,7 +62,7 @@ def __init__(self, parent):
box = wx.StaticBox(self, label=u"Quality")
bsizer = wx.StaticBoxSizer(box, wx.VERTICAL)

flex = wx.FlexGridSizer(rows=1, cols=2, hgap=0, vgap=0)
flex = wx.FlexGridSizer(cols=2, hgap=0, vgap=0)
flex.AddGrowableCol(0)
flex.AddGrowableCol(1)
for ctrl, opt, label, range, value in quality:
Expand Down

0 comments on commit 374195d

Please sign in to comment.