fix: Remove extra scaling of borders

This commit is contained in:
Peter Krull 2025-03-08 20:18:53 +01:00 committed by Victoria Brekenfeld
parent 95b27637ae
commit ad2cba324e
4 changed files with 0 additions and 22 deletions

View file

@ -125,7 +125,6 @@ impl MoveGrabState {
)
.as_local(),
self.indicator_thickness,
output_scale.x,
alpha,
[
active_window_hint.red,
@ -159,7 +158,6 @@ impl MoveGrabState {
thickness,
theme.radius_s()[0] as u8, // TODO: Fix once shaders support 4 corner radii customization
1.0,
output_scale.x,
[
active_window_hint.red,
active_window_hint.green,