Use default heights on the buttons
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28914 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -124,7 +124,7 @@ class ImageDialog(wx.Dialog):
|
||||
self.y_pos = 20
|
||||
self.delta = 20
|
||||
|
||||
size = wx.Size(80, 25)
|
||||
size = wx.Size(80, -1)
|
||||
|
||||
self.set_dir = os.getcwd()
|
||||
self.set_file = None
|
||||
|
Reference in New Issue
Block a user