diff --git a/README.md b/README.md index 0a2b0df..5704752 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,7 @@ So this tool aims to get rid of the app by parsing data from _MyMüll.de_ web se - press _sync events_ button and wait for completion. - if you want do erase all former created events by this app, press _delete existing events_ button. +![GUI](./doc/GUI.png) ## Disclaimer This tool was developed by an annoyed _MyMüll.de_ app user as a free contribution diff --git a/doc/GUI.png b/doc/GUI.png new file mode 100644 index 0000000..25e721c Binary files /dev/null and b/doc/GUI.png differ diff --git a/mymuell2caldav.py b/mymuell2caldav.py index e0bc7a4..18c5ba5 100644 --- a/mymuell2caldav.py +++ b/mymuell2caldav.py @@ -247,7 +247,7 @@ class MyMuell2CalDavGui(QMainWindow): self._calendarNames.setContentsMargins(0, 10, 0, 10) # self.setGeometry(300, 300, 1000, 800) - self.setMinimumWidth(800) + self.setMinimumWidth(500) self.setWindowTitle("MyMuell DAV GUI") def slot_process_finished(self, result: bool, msg: str):