Skip to content

Commit

Permalink
comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Kerryliu committed Jul 10, 2017
1 parent f98cbf3 commit 6dc2033
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/window.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ Window::Window() : m_vbox(Gtk::ORIENTATION_VERTICAL) {
// Start a new worker thread:
m_Dispatcher.connect(sigc::mem_fun(*this, &Window::update_all_components));

// Make the window~
set_border_width(1);
set_default_size(500, 600);
Gtk::Window::set_titlebar(m_headerbar);
Expand Down

0 comments on commit 6dc2033

Please sign in to comment.