Do not hide input
This commit is contained in:
parent
6ab13cc55b
commit
2754790637
|
@ -49,7 +49,6 @@ class Window(Gtk.Window):
|
|||
self.api = Api(config)
|
||||
|
||||
self.entry = Gtk.Entry()
|
||||
self.entry.set_visibility(False)
|
||||
self.entry.set_width_chars(32)
|
||||
self.entry.connect('activate', self.on_entry_activate)
|
||||
self.add(self.entry)
|
||||
|
|
Loading…
Reference in New Issue