Compare commits
2 Commits
765e00446e
...
3f59791618
Author | SHA1 | Date | |
---|---|---|---|
3f59791618 | |||
f44e32a98a |
|
@ -37,7 +37,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 " + _version(), command=navpoint.about.about
|
||||
|
|
Loading…
Reference in New Issue
Block a user