[style] Tweak clip_rect_margin to allow frames around ScrollArea:s
This commit is contained in:
parent
201586d512
commit
b1b34de4ee
1 changed files with 1 additions and 1 deletions
|
@ -262,7 +262,7 @@ impl Default for Visuals {
|
||||||
window_corner_radius: 10.0,
|
window_corner_radius: 10.0,
|
||||||
resize_corner_size: 12.0,
|
resize_corner_size: 12.0,
|
||||||
text_cursor_width: 2.0,
|
text_cursor_width: 2.0,
|
||||||
clip_rect_margin: 3.0,
|
clip_rect_margin: 1.0, // should be half the size of the widest frame stroke
|
||||||
debug_expand_width: false,
|
debug_expand_width: false,
|
||||||
debug_expand_height: false,
|
debug_expand_height: false,
|
||||||
debug_resize: false,
|
debug_resize: false,
|
||||||
|
|
Loading…
Reference in a new issue