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", |