Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(536)

Unified Diff: remoting/tools/me2me_virtual_host.py

Issue 10836226: Change default host resolution to 1280x800. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/tools/me2me_virtual_host.py
diff --git a/remoting/tools/me2me_virtual_host.py b/remoting/tools/me2me_virtual_host.py
index b9d072679bd42a6710f505b1ee0fb9e53e25bd67..2b1b85c6d636d38ef4e6b9b2f6bb607c8aca5756 100755
--- a/remoting/tools/me2me_virtual_host.py
+++ b/remoting/tools/me2me_virtual_host.py
@@ -638,7 +638,7 @@ def signal_handler(signum, stackframe):
def main():
- DEFAULT_SIZE = "1280x1024"
+ DEFAULT_SIZE = "1280x800"
Wez 2012/08/13 23:41:57 Is 800px high enough for all of Gnome's panels to
Sergey Ulanov 2012/08/14 00:58:51 by default in gnome 2 there are two panels, 16 pix
parser = optparse.OptionParser(
"Usage: %prog [options] [ -- [ X server options ] ]")
parser.add_option("-s", "--size", dest="size", action="append",
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698