wmllint GUI: moved the exit button to the right side of the window
This commit is contained in:
parent
82e1126094
commit
ef81cbad61
1 changed files with 1 additions and 1 deletions
|
@ -767,7 +767,7 @@ class MainFrame(Frame):
|
|||
image=ICONS['exit'],
|
||||
compound=LEFT,
|
||||
command=parent.destroy)
|
||||
self.exit_button.pack(side=LEFT,
|
||||
self.exit_button.pack(side=RIGHT,
|
||||
padx=5,
|
||||
pady=5)
|
||||
self.dir_variable=StringVar()
|
||||
|
|
Loading…
Add table
Reference in a new issue