focus contents treeview by default
This commit is contained in:
parent
962160b3c9
commit
16c823c7f6
@ -82,6 +82,7 @@ class MainWindow(Gtk.Window):
|
|||||||
|
|
||||||
def __on_go_button_clicked(self, widget):
|
def __on_go_button_clicked(self, widget):
|
||||||
self.__refresh(self.address_entry.get_text())
|
self.__refresh(self.address_entry.get_text())
|
||||||
|
self.contents_treeview.grab_focus()
|
||||||
return True
|
return True
|
||||||
|
|
||||||
def __close(self, *more):
|
def __close(self, *more):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user