We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ba0a0c commit ec60933Copy full SHA for ec60933
src/shell/zoom.rs
@@ -280,7 +280,7 @@ impl ZoomState {
280
ZoomMovement::Continuously => output_state_ref.focal_point = cursor_position.to_f64(),
281
ZoomMovement::OnEdge => {
282
if !zoomed_output_geometry
283
- .overlaps_or_touches(Rectangle::new(original_position, Size::from((1, 1))))
+ .overlaps_or_touches(Rectangle::new(original_position, Size::from((16, 16))))
284
{
285
zoomed_output_geometry.loc = cursor_position.to_global(&output)
286
- zoomed_output_geometry.size.downscale(2).to_point();
0 commit comments