From 6bf085fcb71ee8444248de1a442fdb8111215722 Mon Sep 17 00:00:00 2001 From: Kerry Liu Date: Mon, 29 May 2017 12:25:23 -0400 Subject: [PATCH] Change window to application window --- src/window.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/window.h b/src/window.h index 3af005a..d025c2e 100644 --- a/src/window.h +++ b/src/window.h @@ -12,7 +12,7 @@ using std::string; // Header file is very messy right now... -class Window : public Gtk::Window { +class Window : public Gtk::ApplicationWindow { public: Window(); virtual ~Window();