From d5a78d19ed1627961b15716e4ace788f346aae24 Mon Sep 17 00:00:00 2001 From: Elvish_Hunter Date: Fri, 23 Jan 2015 11:29:14 +0100 Subject: [PATCH] GUI.pyw: fixed the 3rd column width in the wmlindent tab --- data/tools/GUI.pyw | 1 + 1 file changed, 1 insertion(+) diff --git a/data/tools/GUI.pyw b/data/tools/GUI.pyw index 75530b8640d..2861bcdcdd2 100755 --- a/data/tools/GUI.pyw +++ b/data/tools/GUI.pyw @@ -810,6 +810,7 @@ class WmlindentTab(Frame): padx=10) self.columnconfigure(0,weight=1) self.columnconfigure(1,weight=1) + self.columnconfigure(2,weight=1) self.options_frame.columnconfigure(1,weight=1) def exclude_callback(self): if self.exclude_variable.get():