make it activate default
This commit is contained in:
parent
11effcaf7e
commit
f774e125e9
1 changed files with 1 additions and 0 deletions
|
@ -1389,6 +1389,7 @@ class Service_registration_window:
|
||||||
label = gtk.Label(name.capitalize() + ':')
|
label = gtk.Label(name.capitalize() + ':')
|
||||||
table.attach(label, 0, 1, nbrow - 1, nbrow, 0, 0, 0, 0)
|
table.attach(label, 0, 1, nbrow - 1, nbrow, 0, 0, 0, 0)
|
||||||
entry = gtk.Entry()
|
entry = gtk.Entry()
|
||||||
|
entry.set_activates_default(True)
|
||||||
entry.set_text(self.infos[name])
|
entry.set_text(self.infos[name])
|
||||||
table.attach(entry, 1, 2, nbrow - 1, nbrow, 0, 0, 0, 0)
|
table.attach(entry, 1, 2, nbrow - 1, nbrow, 0, 0, 0, 0)
|
||||||
self.entries[name] = entry
|
self.entries[name] = entry
|
||||||
|
|
Loading…
Add table
Reference in a new issue