see prior commit
This commit is contained in:
parent
fbb0b3e058
commit
72b05e7f37
1 changed files with 1 additions and 1 deletions
|
@ -144,7 +144,7 @@ class BuypeebApp:
|
||||||
|
|
||||||
entrybox.set_markup(text)
|
entrybox.set_markup(text)
|
||||||
entry = Gtk.Entry()
|
entry = Gtk.Entry()
|
||||||
entry.set_text(prefilled)
|
entry.set_text(prefilled if prefilled is not None else "")
|
||||||
entry.connect("activate", self.entryBoxResponse, entrybox, Gtk.ResponseType.OK) # allow for pressing enter instead of clicking OK
|
entry.connect("activate", self.entryBoxResponse, entrybox, Gtk.ResponseType.OK) # allow for pressing enter instead of clicking OK
|
||||||
|
|
||||||
entrybox.vbox.pack_end(entry, True, True, 0)
|
entrybox.vbox.pack_end(entry, True, True, 0)
|
||||||
|
|
Loading…
Reference in a new issue