wmllint GUI: moved the exit button to the right side of the window

This commit is contained in:
Elvish_Hunter 2014-05-17 20:35:41 +02:00
parent 82e1126094
commit ef81cbad61

View file

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