mirror of
https://github.com/emilk/egui.git
synced 2026-06-27 07:03:14 -04:00
[style] Tweak clip_rect_margin to allow frames around ScrollArea:s
This commit is contained in:
@@ -262,7 +262,7 @@ impl Default for Visuals {
|
||||
window_corner_radius: 10.0,
|
||||
resize_corner_size: 12.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_height: false,
|
||||
debug_resize: false,
|
||||
|
||||
Reference in New Issue
Block a user