Skip to content

Commit

Permalink
GUI.pyw: fixed the 3rd column width in the wmlindent tab
Browse files Browse the repository at this point in the history
  • Loading branch information
Elvish-Hunter committed Jan 23, 2015
1 parent 845d721 commit d5a78d1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions data/tools/GUI.pyw
Expand Up @@ -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():
Expand Down

0 comments on commit d5a78d1

Please sign in to comment.