mirror of
https://github.com/harivansh-afk/sandbox-agent.git
synced 2026-04-15 21:03:26 +00:00
feat: [US-033] - Fix default display dimensions to match spec (1280x720)
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
c4eb48ce6a
commit
a6ba0ecee0
10 changed files with 2275 additions and 24 deletions
|
|
@ -24,8 +24,8 @@ use crate::process_runtime::{
|
|||
ProcessOwner, ProcessRuntime, ProcessStartSpec, ProcessStatus, RestartPolicy,
|
||||
};
|
||||
|
||||
const DEFAULT_WIDTH: u32 = 1440;
|
||||
const DEFAULT_HEIGHT: u32 = 900;
|
||||
const DEFAULT_WIDTH: u32 = 1280;
|
||||
const DEFAULT_HEIGHT: u32 = 720;
|
||||
const DEFAULT_DPI: u32 = 96;
|
||||
const DEFAULT_DISPLAY_NUM: i32 = 98;
|
||||
const MAX_DISPLAY_PROBE: i32 = 10;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue