Skip to content

Commit 922a9dd

Browse files
committed
- Slightly increased the width of the main window
1 parent b72bdc9 commit 922a9dd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

NSE_Option_Chain_Analyzer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -583,7 +583,7 @@ def main_win(self) -> None:
583583
window_height: int = self.root.winfo_reqheight()
584584
position_right: int = int(self.root.winfo_screenwidth() / 3 - window_width / 2)
585585
position_down: int = int(self.root.winfo_screenheight() / 3 - window_height / 2)
586-
self.root.geometry("815x560+{}+{}".format(position_right, position_down))
586+
self.root.geometry("830x560+{}+{}".format(position_right, position_down))
587587
if self.icon_path:
588588
self.root.iconbitmap(self.icon_path)
589589
self.root.rowconfigure(0, weight=1)

0 commit comments

Comments
 (0)