http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=48459
User: gerald
Date: 2013/03/21 11:39 AM
Log:
Bill pointed out that gtk_window_get_size() + gtk_window_resize()
doesn't work well in some cases. Switch to window_get_geometry() +
gtk_window_set_default_size(). (We use gtk_widget_get_preferred_size()
elsewhere but fetches what appeares the minimum width of the top-level
window on my machine instead of the actual width.)
Use a macro to define the initial conversation and endpoint dialog
heigth and increase its value. Use best-guess dialog metrics and UTF8
entities in a few more spots.
Add a comment about alignment not working quite right in Gtk3.
Directory: /trunk/ui/gtk/
Changes Path Action
+13 -12 capture_dlg.c Modified
+18 -29 conversations_table.c Modified
+14 -25 hostlist_table.c Modified
+3 -2 stock_icons.c Modified