[Sugar-devel] [PATCH] Set max_column value according to screen width. Ticket #2280

2010-09-05 Thread Neeraj Gupta
This patch set the value of maximum number of column in control panel display according to the screen resolution. --- src/jarabe/controlpanel/gui.py |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/jarabe/controlpanel/gui.py b/src/jarabe/controlpanel/gui.py index

Re: [Sugar-devel] [PATCH] Set max_column value according to screen width. Ticket #2280

2010-09-05 Thread Gary Martin
Hi Neeraj, Sorry to spot this so late. On 5 Sep 2010, at 15:08, Neeraj Gupta wrote: This patch set the value of maximum number of column in control panel display according to the screen resolution. I'm pretty sure there is a patch already, fairly reviewed and tested in the dextrose release

Re: [Sugar-devel] [PATCH] Set max_column value according to screen width. Ticket #2280

2010-09-05 Thread Anish Mangal
I guess the patch can be found in the /rpms directory of the Dextrose repo. However, on discussing with tomeu, the fix is not how its meant to be for the problem. I then modded the patch to have a set number of columns (4, IIRC) and wrap the text under the icons. (This modded version won't be in