Compare commits
No commits in common. "3f597916187e55a3b732f4294201b6bcc141b232" and "765e00446e744a1db59fef9d6f97d766039b2ee9" have entirely different histories.
3f59791618
...
765e00446e
|
@ -37,7 +37,7 @@ def run():
|
||||||
window, text="Phone running Navpoint Mobile", command=_mobile_clicked
|
window, text="Phone running Navpoint Mobile", command=_mobile_clicked
|
||||||
)
|
)
|
||||||
mobile_button.pack()
|
mobile_button.pack()
|
||||||
ttk.Separator(window, orient="horizontal").pack(fill="x", pady=3)
|
ttk.Separator(window, orient="horizontal").pack()
|
||||||
ttk.Label(window, text="Navpoint is free and open-source.").pack()
|
ttk.Label(window, text="Navpoint is free and open-source.").pack()
|
||||||
about_button = ttk.Button(
|
about_button = ttk.Button(
|
||||||
window, text="About Navpoint " + _version(), command=navpoint.about.about
|
window, text="About Navpoint " + _version(), command=navpoint.about.about
|
||||||
|
|
Loading…
Reference in New Issue
Block a user