mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-01 21:10:06 +00:00
GUI.pyw: fixed the 3rd column width in the wmlindent tab
This commit is contained in:
parent
845d721216
commit
d5a78d19ed
@ -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…
x
Reference in New Issue
Block a user