Added comment that size hints are not really working. [No credit]

This commit is contained in:
Couriersud 2010-02-04 23:27:11 +00:00
parent 1aa3fa6dcd
commit 3f9738c46c

View File

@ -214,6 +214,7 @@ static void dview_size_allocate(GtkWidget *wdv, GtkAllocation *allocation)
vsize.x = size.x-pos.x;
}
/* FIXME: This does not really work */
{
GdkGeometry x;
x.max_width = size.x*dvc->fixedfont_width;