Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/10se1ucgo/DisableWinTracking.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/dwt.py
diff options
context:
space:
mode:
Diffstat (limited to 'dwt.py')
-rw-r--r--dwt.py8
1 files changed, 5 insertions, 3 deletions
diff --git a/dwt.py b/dwt.py
index 0864cc6..72a5f25 100644
--- a/dwt.py
+++ b/dwt.py
@@ -71,9 +71,11 @@ class ConsoleDialog(wx.Dialog):
class MainFrame(wx.Frame):
- def __init__(self):
- super(MainFrame, self).__init__(parent=wx.GetApp().GetTopWindow(), title="Disable Windows 10 Tracking",
- size=(415, 245))
+ def __init__(self):
+ super(MainFrame, self).__init__(parent=wx.GetApp().GetTopWindow(), \
+ title="Disable Windows 10 Tracking", \
+ size=(415,245))
+
self.SetMinSize(self.GetSize())
panel = MainPanel(self)