GUI.pyw: fixed the 3rd column width in the wmlindent tab
This commit is contained in:
parent
845d721216
commit
d5a78d19ed
1 changed files with 1 additions and 0 deletions
|
@ -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():
|
||||
|
|
Loading…
Add table
Reference in a new issue