On 3/30/2013 7:57 AM, jake@xxxxxxxxxxxxx wrote:
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=48652
User: jake
Date: 2013/03/30 04:57 AM
Log:
Have 'Capture file' and 'Stop after' extries left aligned in GTK+ 3 as well.
Directory: /trunk/ui/gtk/
Changes Path Action
+49 -23 capture_dlg.c Modified
The fix was to use ws_gtk_grid_attach_extended()
with just GTK_FILL as the X & Y options in various places.
My understanding of the normal expected semantics of GTK_FILL is that it
only takes effect when GTK_EXPAND is used.
So: I'll have to look at the way I implemented
ws_gtk_grid_attach_extended() using halign and valign for GTK3 to see if
it's OK or if I should change something (and thus if I need to change
the fix in SVN #48652 and possibly change other calls to ws_gtk_grid...).
Bill