Removed debug print

This commit is contained in:
MikeTheWatchGuy 2019-01-23 16:31:04 -05:00
parent 799a6bd05d
commit 538e469723
1 changed files with 0 additions and 1 deletions

View File

@ -4046,7 +4046,6 @@ def PackFormIntoFrame(form, containing_frame, toplevel_form):
elif element_type == ELEM_TYPE_BUTTON:
element = element # type: Button
size = convert_tkinter_size_to_Wx(element_size)
print(size)
element.Widget = remi.gui.Button(element.ButtonText, width=size[0], height=size[1], margin='10px')
element.Widget.onclick.connect(element.ButtonCallBack)
do_font_and_color(element.Widget)