Skip to content

Commit 97f4714

Browse files
Update acquire_popup.py
1 parent 5f1b819 commit 97f4714

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/navigate/view/popups/acquire_popup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ def __init__(self, root, *args, **kwargs):
6969
# window
7070
#: PopUp: The popup window
7171
self.popup = PopUp(
72-
root, "File Saving Dialog", "430x400+320+180", transient=True
72+
root, "File Saving Dialog", "430x370+320+180", transient=True
7373
)
7474

7575
# Storing the content frame of the popup, this will be the parent of the widgets

0 commit comments

Comments
 (0)