Skip to content

Commit

Permalink
Merge pull request #8 from balaji303/issue-fix
Browse files Browse the repository at this point in the history
And nobody came between us, nor could ever come above
  • Loading branch information
balaji303 authored Feb 18, 2024
2 parents 2f80109 + 78e1487 commit e20438e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CubeUNOv1.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def InitUI(self):

# create button at point (20, 20)
self.gen_button = wx.Button(self, id = 1, label ="Generate Code", pos =(300, 620),
size = wx.DefaultSize, name ="button")
size = wx.DefaultSize, name ="button")

self.gen_button.Bind (wx.EVT_BUTTON, self.gen_cmd)

Expand Down
2 changes: 1 addition & 1 deletion CubeUNOv2.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def InitUI(self):

# create button at point (20, 20)
self.gen_button = wx.Button(self, id = 1, label ="Generate Code", pos =(300, 620),
size = wx.DefaultSize, name ="button")
size = wx.DefaultSize, name ="button")

self.gen_button.Bind (wx.EVT_BUTTON, self.gen_cmd)

Expand Down

0 comments on commit e20438e

Please sign in to comment.