Skip to content

Construct tab titlebox in glade not in python

We were constructing the tab label for out GtkNotebook manually in our python file. Just use the glade .ui file for that. Also, there is no need to manually show_all() the tab title, it is shown just fine.

Edited by Sebastian Spaeth

Merge request reports