URL
This commit is contained in:
parent
4ce3f2c65b
commit
c7c79aef05
|
@ -130,6 +130,7 @@ label_fecha_hora.pack(side="right", fill="x", expand=True)
|
||||||
label_url = tk.Label(frame_izquierdo,
|
label_url = tk.Label(frame_izquierdo,
|
||||||
text="Introduce URL:", font=("Arial", 12), padx=10, pady=10)
|
text="Introduce URL:", font=("Arial", 12), padx=10, pady=10)
|
||||||
label_url.pack()
|
label_url.pack()
|
||||||
|
|
||||||
text = tk.Text(frame_izquierdo, height=1, width=20)
|
text = tk.Text(frame_izquierdo, height=1, width=20)
|
||||||
text.pack(pady=5)
|
text.pack(pady=5)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue