We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4912f41 commit 1565b68Copy full SHA for 1565b68
NSE_Option_Chain_Analyzer.py
@@ -602,7 +602,7 @@ def main_win(self) -> None:
602
window_height: int = self.root.winfo_reqheight()
603
position_right: int = int(self.root.winfo_screenwidth() / 3 - window_width / 2)
604
position_down: int = int(self.root.winfo_screenheight() / 3 - window_height / 2)
605
- self.root.geometry("830x560+{}+{}".format(position_right, position_down))
+ self.root.geometry("815x560+{}+{}".format(position_right, position_down))
606
if self.icon_path:
607
self.root.iconbitmap(self.icon_path)
608
self.root.rowconfigure(0, weight=1)
0 commit comments