質問編集履歴
1
bugfix
title
CHANGED
File without changes
|
body
CHANGED
@@ -20,8 +20,8 @@
|
|
20
20
|
lbl.place(x=30, y=10)
|
21
21
|
lbl.option_add('*justify', ('left'))
|
22
22
|
# lbl.option_add('justify','left')
|
23
|
-
lbl.pack(anchor=tkinter.W)
|
24
23
|
|
24
|
+
|
25
25
|
# テキストボックス
|
26
26
|
# txt = tkinter.Entry(width=7, font="u'MS ゴシック', 20, 'bold'", title="Question")
|
27
27
|
txt = tkinter.Entry(width=7)
|