Skip to content
  • Michael Gratton's avatar
    Stop using Gtk.Widget.show_all() on the main window. · 2228fe73
    Michael Gratton authored
    Using show_all is a pita, since it causes a bunch of bugs whenever we
    need to conditionally show/hide widgets. This removes all uses on the
    main window in favour of either just show() or present(), and ensures
    that its widgets that are shown by default, are shown by default.
    2228fe73