Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 0a13939

Browse files
removed border of "from" and "to" label
1 parent 5cd120f commit 0a13939

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎Distance Conversion GUI/distance_conversion.py‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ def convert():
4949
greeting.grid(row = 0, column = 1, pady=20, padx=12)
5050

5151
#---input row---
52-
fromlabel = Label(root, text="From", bd=2, relief="solid", width=10, height = 2)
52+
fromlabel = Label(root, text="From", width=10, height = 2)
5353
fromlabel.grid(row = 2, column = 0, padx = 20, pady=20)
5454

5555
input = Entry(root, justify="center")
@@ -60,7 +60,7 @@ def convert():
6060
ipmenu.grid(row = 2, column = 2)
6161

6262
#---output row---
63-
tolabel = Label(root, text="To", bd=2, relief="solid", width=10, height = 2)
63+
tolabel = Label(root, text="To", width=10, height = 2)
6464
tolabel.grid(row = 4, column = 0, padx = 20, pady=20)
6565

6666
output = Entry(root, justify="center")

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /