fix nightly error

This commit is contained in:
extrawurst 2025-10-22 10:47:59 +02:00
parent 180368621e
commit e5ebb2239f

View file

@ -384,11 +384,6 @@ impl RemoteListPopup {
.wrap(Wrap { trim: true }),
r,
);
let mut r = r;
r.width += 1;
r.height += 2;
r.y = r.y.saturating_sub(1);
}
}