mirror of
https://github.com/servo/servo.git
synced 2025-08-11 00:15:32 +01:00
Change default back to 800x600 as mac travis builders don't work with 1280x1024
This commit is contained in:
parent
c33f18b7df
commit
c2522ec127
2 changed files with 3 additions and 3 deletions
|
@ -69,7 +69,7 @@ pub extern "C" fn cef_run_message_loop() {
|
|||
enable_text_antialiasing: true,
|
||||
trace_layout: false,
|
||||
devtools_server: false,
|
||||
initial_window_size: TypedSize2D(1280, 1024),
|
||||
initial_window_size: TypedSize2D(800, 600),
|
||||
};
|
||||
native::start(0, 0 as *const *const u8, proc() {
|
||||
servo::run(opts);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue