mirror of
https://github.com/emilk/egui.git
synced 2026-08-30 21:30:03 -04:00
Add scroll bars to windows.
Auto-hide scroll bars when not needed Bug fixes: * collapsing headers animation * clip rect interactions * clip rects for scroll areas
This commit is contained in:
@@ -165,5 +165,6 @@ impl Style {
|
||||
region.add(Slider::f32(&mut self.clickable_diameter, 0.0..=60.0).text("clickable_diameter").precision(0));
|
||||
region.add(Slider::f32(&mut self.start_icon_width, 0.0..=60.0).text("start_icon_width").precision(0));
|
||||
region.add(Slider::f32(&mut self.line_width, 0.0..=10.0).text("line_width").precision(0));
|
||||
region.add(Slider::f32(&mut self.animation_time, 0.0..=1.0).text("animation_time").precision(2));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user