Commit 7ade19ef authored by sergeyu@chromium.org's avatar sergeyu@chromium.org

Change default host resolution to 1280x800.

1280x800 is resolution of chromebook screens. For clients with higher
resolution 1280x800 is still better because of most modern screens
have 16:10 aspect ratio.


Review URL: https://chromiumcodereview.appspot.com/10836226

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151459 0039d316-1c4b-4281-b951-d872f2087c98
parent 4b71a721
...@@ -638,7 +638,7 @@ def signal_handler(signum, stackframe): ...@@ -638,7 +638,7 @@ def signal_handler(signum, stackframe):
def main(): def main():
DEFAULT_SIZE = "1280x1024" DEFAULT_SIZE = "1280x800"
parser = optparse.OptionParser( parser = optparse.OptionParser(
"Usage: %prog [options] [ -- [ X server options ] ]") "Usage: %prog [options] [ -- [ X server options ] ]")
parser.add_option("-s", "--size", dest="size", action="append", parser.add_option("-s", "--size", dest="size", action="append",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment