gnome-shell r60 - trunk/scripts
- From: walters svn gnome org
- To: svn-commits-list gnome org
- Subject: gnome-shell r60 - trunk/scripts
- Date: Wed, 19 Nov 2008 21:15:59 +0000 (UTC)
Author: walters
Date: Wed Nov 19 21:15:59 2008
New Revision: 60
URL: http://svn.gnome.org/viewvc/gnome-shell?rev=60&view=rev
Log:
Bump default screen size to 1024x748; current mininum
Right now the mockup is 1280x800. We don't fit at all well into
800x600. This patch bumps us up by default to 1024x768 which is
the lowest we're going to work at for now, until we get some more
intelligent resizing.
Modified:
trunk/scripts/start-in-Xephyr
Modified: trunk/scripts/start-in-Xephyr
==============================================================================
--- trunk/scripts/start-in-Xephyr (original)
+++ trunk/scripts/start-in-Xephyr Wed Nov 19 21:15:59 2008
@@ -38,7 +38,7 @@
# Launch Xephyr
xephyr = subprocess.Popen(["Xephyr", display,
"-auth", xauth_file,
- "-screen", "800x600",
+ "-screen", "1024x748",
"-host-cursor"])
os.environ['DISPLAY'] = display
os.environ['XAUTHORITY'] = xauth_file
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]