User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.3) Gecko/20070217 Iceape/1.1.1 (Debian-1.1.1-2) Build Identifier: When the play list is folded the window can be resize to a height of 1. It would be expected that the window is not resizable in the height at all. Reproducible: Always Steps to Reproduce: 1.Open xfmedia 2.expand the playlist 3.fold it again Actual Results: Window is resizable in height to a size of 1 Expected Results: Window is not resizable in height at all
Created attachment 1164 patch for height resize This patch blocks height resizing when playlist is folded. this uses gtk_window_set_geometry_hints to set the max height
Works well for me, great. Committed to trunk. BTW, for future reference, please test all patches with --enable-debug=full to eliminate any compiler warnings. In this case it was just an unused var, but it can catch more serious issues.