Fix overzealous find/replace for line breaks

This commit is contained in:
mDuo13
2023-10-16 16:54:35 -07:00
parent 838225f798
commit 7f0e954708
4 changed files with 1 additions and 4 deletions

View File

@@ -1019,6 +1019,5 @@ btn_op_cancel_offer = tk.Button(master=frm_form, text="Cancel Offer",
btn_op_cancel_offer.grid(row=16, column=3, sticky="nsew")
# Start the application
window.mainloop()
```