[xmonad] Re: Issue 388 in xmonad: Google Chrome's dialog changes
size back and forth rapidly
codesite-noreply at google.com
codesite-noreply at google.com
Thu Apr 8 15:09:43 EDT 2010
Comment #2 on issue 388 by evan at chromium.org: Google Chrome's dialog
changes size back and forth rapidly
http://code.google.com/p/xmonad/issues/detail?id=388
We set the geometry of these windows like this:
GdkGeometry geometry;
geometry.min_width = width;
geometry.min_height = height;
gtk_window_set_geometry_hints(window, GTK_WIDGET(window),
&geometry, GDK_HINT_MIN_SIZE);
It could be that height is -1. Perhaps we should be setting it to zero?
Perhaps
xmonad might like to handle this case appropriately anyway.
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
More information about the xmonad
mailing list