else
Fixed centering of file load menu
This commit is contained in:
parent
90b943c90f
commit
214b657ead
1 changed files with 2 additions and 2 deletions
|
@ -71,8 +71,8 @@ class Editor:
|
||||||
if min([width, height]) < 20:
|
if min([width, height]) < 20:
|
||||||
width = self.w
|
width = self.w
|
||||||
height = self.h
|
height = self.h
|
||||||
#self.frame_fileloader.pack(expand=True, fill='both', anchor='center')
|
self.frame_fileloader.pack(expand=True, anchor='center')
|
||||||
self.frame_fileloader.place(x=width/2, y=(height/2)-10, anchor='center')
|
#self.frame_fileloader.place(x=width/2, y=(height/2)-10, anchor='center')
|
||||||
|
|
||||||
def gui_build_editor(self, filetext, *b):
|
def gui_build_editor(self, filetext, *b):
|
||||||
self.annihilate()
|
self.annihilate()
|
||||||
|
|
Loading…
Reference in a new issue