aboutsummaryrefslogtreecommitdiff
path: root/.local/share
diff options
context:
space:
mode:
Diffstat (limited to '.local/share')
-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 feb69b2..4d7ab5e 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("640x480")
+ self.geometry("800x600")
self.resizable(True, True)
self.attributes("-type", "dialog") # make the window floating