mirror of
https://github.com/slint-ui/slint.git
synced 2025-10-03 07:04:34 +00:00
![]() For something like Window { GridLayout { Rectangle { border_width: 2lx; border_radius: 2lx; border_color: black; } } } The border was not fully visible and partly obscured by the window frame, the canvas element in the case of the preview in the examples. That looks bad, and this patch fixes it by respecting the border width in the geometry used to stroke and fill the rectangle. |
||
---|---|---|
.. | ||
buffers.rs | ||
Cargo.toml | ||
glyphcache.rs | ||
lib.rs | ||
shader.rs | ||
texture.rs |