
Comment #2 on issue 388 by evan@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