Fix separator
This commit is contained in:
parent
1c40a5e418
commit
f44e32a98a
|
@ -34,7 +34,7 @@ def run():
|
|||
window, text="Phone running Navpoint Mobile", command=_mobile_clicked
|
||||
)
|
||||
mobile_button.pack()
|
||||
ttk.Separator(window, orient="horizontal").pack()
|
||||
ttk.Separator(window, orient="horizontal").pack(fill="x", pady=3)
|
||||
ttk.Label(window, text="Navpoint is free and open-source.").pack()
|
||||
about_button = ttk.Button(
|
||||
window, text="About Navpoint", command=navpoint.about.about
|
||||
|
|
Loading…
Reference in New Issue
Block a user