mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-18 07:34:54 +00:00
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. svn path=/trunk/; revision=60
This commit is contained in:
parent
8f615e833e
commit
d2c734f197
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ try:
|
|||
# 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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue