GNOME Bugzilla – Bug 569183
F-spot CDExport dialog exceed 600 pixel height when the screen is small
Last modified: 2009-07-14 16:49:13 UTC
this report has been filed here: https://bugs.edge.launchpad.net/ubuntu/+source/f-spot/+bug/320817 "In the process of developing the Ubuntu Netbook Remix, with the smaller screens of netbooks in mind, I wrote a patch to make f-spot work with less pixels. The problem is when exporting an image to CD, the dialog will exceed 600 pixel height. It can be easily reproduced by 1. Xephyr -ac -screen 1024x600 :2 2. env DISPLAY=:2 metacity & 3. env DISPLAY=:2 f-spot 4. Select an image in f-spot and export it to CD How interested are you in making such a resolution-dependent change? Thanks." " Patch: http://launchpadlibrarian.net/21593846/10_1024x600_CDExport.cs.dpatch
Created attachment 129317 [details] [review] patch (attached) attaching the patch directly (not folded=
could somebody review this change?
gentle prodding. anyone up for a review?
thanks for your patch, but a different approach has been commited commit b0686f0f0da54e030fcbfd3ebe15ec430e7c0126 Author: Lorenzo Milesi <maxxer@yetopen.it> Date: Tue Jul 14 00:00:30 2009 +0200 CDExport: move to GtkBuilder * Reduced window height, to fit netbooks (<600px) * Export button translatable