Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-bugs: [Wireshark-bugs] [Bug 7377] Statusbar on GTK3 too big in capture window

Date: Wed, 18 Jul 2012 11:14:48 -0700 (PDT)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7377

--- Comment #14 from Jakub Zawadzki <darkjames-ws@xxxxxxxxxxxx> 2012-07-18 11:14:47 PDT ---
(In reply to comment #13)
> Great! Can you try this patch?

Sorry wrong patch, It should be:
-    gtk_container_add(GTK_CONTAINER(main_vbox), main_first_pane);
+    gtk_box_pack_start(GTK_BOX(main_vbox), main_first_pane, TRUE, TRUE, 0);

-- 
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.