Skip to content

Commit 0526640

Browse files
author
dhhruv
committed
Icon Error Fixed & Resize Disabled
1 parent 931c04b commit 0526640

File tree

3 files changed

+1
-0
lines changed

3 files changed

+1
-0
lines changed

Compresssio.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -358,6 +358,7 @@ def reset_callback(self):
358358
bundle_dir = getattr(sys, '_MEIPASS', os.path.abspath(os.path.dirname(__file__)))
359359
path_to_ico = os.path.abspath(os.path.join(bundle_dir, 'compresssio.ico'))
360360
ROOT = tk.Tk()
361+
ROOT.resizable(height = False, width = False)
361362
folder_path_1 = StringVar()
362363
folder_path_2 = StringVar()
363364
MAIN_WINDOW = MainWindow(ROOT)

files/compresssio.ico

-247 KB
Binary file not shown.

files/compresssio.png

3.21 KB
Loading

0 commit comments

Comments
 (0)