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 12:51:40 -0700 (PDT)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7377

--- Comment #15 from Anders Broman <anders.broman@xxxxxxxxxxxx> 2012-07-18 12:51:39 PDT ---
(In reply to comment #14)
> (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);

That did the trick! 

Unfortunately there is a new problem on Windows with GTK3. The byte pane is now
black, clicking the frame data the hex data and text is visible and high
lighted.

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