GUI.pyw: fixed the 3rd column width in the wmlindent tab

This commit is contained in:
Elvish_Hunter 2015-01-23 11:29:14 +01:00
parent 845d721216
commit d5a78d19ed

View file

@ -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():