Skip to content

Commit d092536

Browse files
committed
Edited
1 parent 9137e77 commit d092536

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

virtual_keyboard/main.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ def __init__(self, *args, **kwargs):
7676
fg="blue",
7777
borderwidth=3,
7878
relief="raised")
79-
x.grid(row=0, column=20, columnspan='3', sticky='news')
79+
x.grid(row=0, column=20, columnspan='3', sticky='news')
8080

8181
x = tk.Button(self,
8282
text='Hide',
@@ -147,8 +147,8 @@ def hide(self):
147147

148148

149149
def print_output():
150-
mbox.showinfo("Text Entered", "Text Entered :\n\n" +
151-
text_enter.get('1.0', END))
150+
mbox.showinfo("Text Entered",
151+
"Text Entered :\n\n" + text_enter.get('1.0', END))
152152

153153
# firstclick1 = True
154154
# def on_text_enter_click(event):

0 commit comments

Comments
 (0)