Skip to content

Commit

Permalink
Resize Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Harsh Talpada authored and Harsh Talpada committed Mar 3, 2017
1 parent 630cc99 commit 00a8df5
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 2 deletions.
Binary file removed ESPFlasherGUI
Binary file not shown.
1 change: 0 additions & 1 deletion ESPFlasherGUI.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ def __init__(self,parent=None):
def resizeEvent(self,ev):
w = int(str(self.geometry()).split("(")[1].split(")")[0].split(",")[2])
h = int(str(self.geometry()).split("(")[1].split(")")[0].split(",")[3])
print w,h
self.verticalLayoutWidget.resize(w,h)

def selectFile(self,name,obj):
Expand Down
2 changes: 1 addition & 1 deletion build/ESPFlasherGUI/out00-EXE.toc
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@
[],
False,
False,
1488448937L,
1488532912L,
[('runw.exe',
'c:\\python27\\lib\\site-packages\\PyInstaller\\bootloader\\Windows-32bit\\runw.exe',
'EXECUTABLE')])
Binary file modified build/ESPFlasherGUI/out00-PKG.pkg
Binary file not shown.
Binary file modified build/ESPFlasherGUI/out00-PYZ.pyz
Binary file not shown.
Binary file modified dist/ESPFlasherGUI
Binary file not shown.
Binary file modified dist/ESPFlasherGUI.exe
Binary file not shown.

0 comments on commit 00a8df5

Please sign in to comment.