Use pango_font_description_get_size() to pad out the default column
authorGerald Combs <gerald@wireshark.org>
Tue, 1 Dec 2009 21:24:48 +0000 (21:24 -0000)
committerGerald Combs <gerald@wireshark.org>
Tue, 1 Dec 2009 21:24:48 +0000 (21:24 -0000)
commit9338d16323d99ffb25997e8aaa92db24b4b1143a
treeef5a8c0dd80c4cdbf2b889721ec918355d74f298
parent060ac76f828355bcf54a925d634b3662efe34089
Use pango_font_description_get_size() to pad out the default column
size.  This may require tweaking, e.g. with
pango_font_description_set_absolute_size().

svn path=/trunk/; revision=31145
gtk/gui_utils.c