aboutsummaryrefslogtreecommitdiff
path: root/.local/share/python-dateTimeSetter
diff options
context:
space:
mode:
Diffstat (limited to '.local/share/python-dateTimeSetter')
-rw-r--r--.local/share/python-dateTimeSetter/dateTime.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/share/python-dateTimeSetter/dateTime.py b/.local/share/python-dateTimeSetter/dateTime.py
index 4d7ab5e..feb69b2 100644
--- a/.local/share/python-dateTimeSetter/dateTime.py
+++ b/.local/share/python-dateTimeSetter/dateTime.py
@@ -12,7 +12,7 @@ class DateTimeSetter(tk.Tk):
super().__init__()
self.title("dateTimeSetter")
- self.geometry("800x600")
+ self.geometry("640x480")
self.resizable(True, True)
self.attributes("-type", "dialog") # make the window floating