chiark / gitweb /
Use a GtkToolbar for the toolbar icons. The image is now fixed and
[disorder] / disobedience / disobedience.c
index 6511b13555a15337df5cafb12ea912e10feb77d6..639eb73c2e74efba3e67a618177ba8740cb2ef52 100644 (file)
@@ -230,7 +230,7 @@ static void check_toplevel_size(const char attribute((unused)) *event,
 
 /** @brief Create and populate the main window */
 static void make_toplevel_window(void) {
-  GtkWidget *const vbox = gtk_vbox_new(FALSE, 1);
+  GtkWidget *const vbox = gtk_vbox_new(FALSE/*homogeneous*/, 1/*spacing*/);
   GtkWidget *const rb = report_box();
 
   D(("top_window"));