Skip to content

Commit b16cd8c

Browse files
committed
ScreenshotEditor traffic lights pos
1 parent 51b78b0 commit b16cd8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/desktop/src-tauri/src/windows.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ impl CapWindowDef {
162162
#[cfg(target_os = "macos")]
163163
pub const fn pre_solarium_traffic_lights_position(&self) -> LogicalPosition<f64> {
164164
match self {
165-
Self::Editor { .. } => LogicalPosition::new(20.0, 32.0),
165+
Self::Editor { .. } | Self::ScreenshotEditor { .. } => LogicalPosition::new(20.0, 32.0),
166166
_ => LogicalPosition::new(12.0, 20.0),
167167
}
168168
}

0 commit comments

Comments
 (0)