We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cd120f commit 0a13939Copy full SHA for 0a13939
Distance Conversion GUI/distance_conversion.py
@@ -49,7 +49,7 @@ def convert():
49
greeting.grid(row = 0, column = 1, pady=20, padx=12)
50
51
#---input row---
52
-fromlabel = Label(root, text="From", bd=2, relief="solid", width=10, height = 2)
+fromlabel = Label(root, text="From", width=10, height = 2)
53
fromlabel.grid(row = 2, column = 0, padx = 20, pady=20)
54
55
input = Entry(root, justify="center")
@@ -60,7 +60,7 @@ def convert():
60
ipmenu.grid(row = 2, column = 2)
61
62
#---output row---
63
-tolabel = Label(root, text="To", bd=2, relief="solid", width=10, height = 2)
+tolabel = Label(root, text="To", width=10, height = 2)
64
tolabel.grid(row = 4, column = 0, padx = 20, pady=20)
65
66
output = Entry(root, justify="center")
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments