Skip to content

Commit

Permalink
Application: remove big window handle
Browse files Browse the repository at this point in the history
  • Loading branch information
danirabbit committed Jan 9, 2024
1 parent dc966a6 commit 6a3d840
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/Application.vala
Original file line number Diff line number Diff line change
Expand Up @@ -184,13 +184,9 @@ namespace Switchboard {

var window_eventcontrollerkey = new Gtk.EventControllerKey ();

var window_handle = new Gtk.WindowHandle () {
child = search_stack
};

main_window = new Gtk.Window () {
application = this,
child = window_handle,
child = search_stack,
icon_name = application_id,
title = _("System Settings"),
titlebar = headerbar
Expand Down

0 comments on commit 6a3d840

Please sign in to comment.