Skip to content

Commit 1565b68

Browse files
committed
- Reset main window width to v4.0
- Reverts commit 922a9dd
1 parent 4912f41 commit 1565b68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

NSE_Option_Chain_Analyzer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -602,7 +602,7 @@ def main_win(self) -> None:
602602
window_height: int = self.root.winfo_reqheight()
603603
position_right: int = int(self.root.winfo_screenwidth() / 3 - window_width / 2)
604604
position_down: int = int(self.root.winfo_screenheight() / 3 - window_height / 2)
605-
self.root.geometry("830x560+{}+{}".format(position_right, position_down))
605+
self.root.geometry("815x560+{}+{}".format(position_right, position_down))
606606
if self.icon_path:
607607
self.root.iconbitmap(self.icon_path)
608608
self.root.rowconfigure(0, weight=1)

0 commit comments

Comments
 (0)