Re: [Sugar-devel] [PATCH v3 sugar] Run Sugar-Emulator in fullscreen by default if the screen is <=800x600 (SL #2180)

2010-11-30 Thread Sascha Silbe
Excerpts from Dipankar Patro's message of Mon Sep 27 20:35:35 +0200 2010: > Previously some bottom part of sugar emulator window was pushed out of > viewing area at 800x600 system resolution. > The patch opens Sugar-emulator in fullscreen mode by default for resolutions > <= 800x600 to avoid the

Re: [Sugar-devel] [PATCH v3 sugar] Run Sugar-Emulator in fullscreen by default if the screen is <=800x600 (SL #2180)

2010-10-05 Thread Dipankar Patro
Thanks Tomeu for the acceptance. On Tue, Oct 5, 2010 at 3:02 PM, Tomeu Vizoso wrote: > On Mon, Sep 27, 2010 at 20:35, Dipankar Patro wrote: > > Previously some bottom part of sugar emulator window was pushed out of > viewing area at 800x600 system resolution. > > The patch opens Sugar-emulator

Re: [Sugar-devel] [PATCH v3 sugar] Run Sugar-Emulator in fullscreen by default if the screen is <=800x600 (SL #2180)

2010-10-05 Thread Tomeu Vizoso
On Mon, Sep 27, 2010 at 20:35, Dipankar Patro wrote: > Previously some bottom part of sugar emulator window was pushed out of > viewing area at 800x600 system resolution. > The patch opens Sugar-emulator in fullscreen mode by default for resolutions > <= 800x600 to avoid the above mentioned situ

[Sugar-devel] [PATCH v3 sugar] Run Sugar-Emulator in fullscreen by default if the screen is <=800x600 (SL #2180)

2010-09-27 Thread Dipankar Patro
Previously some bottom part of sugar emulator window was pushed out of viewing area at 800x600 system resolution. The patch opens Sugar-emulator in fullscreen mode by default for resolutions <= 800x600 to avoid the above mentioned situation. --- src/jarabe/util/emulator.py |2 +- 1 files cha