render: Respect scale for indicator thickness

This commit is contained in:
Victoria Brekenfeld 2023-08-31 18:17:37 +02:00
parent d394240fe6
commit 380b00e083
4 changed files with 18 additions and 2 deletions

View file

@ -517,6 +517,7 @@ impl FloatingLayout {
elem.clone(),
indicator_geometry,
indicator_thickness,
output_scale,
alpha,
);
window_elements.push(element.into());