Remove border_width support in slider::Rail
This commit is contained in:
parent
45cfce3f6d
commit
c2cc9a835d
4 changed files with 12 additions and 18 deletions
|
|
@ -19,10 +19,6 @@ pub struct Rail {
|
|||
pub size: f32,
|
||||
/// The border radius of the slider.
|
||||
pub border_radius: f32,
|
||||
/// The border width of the slider.
|
||||
pub border_width: f32,
|
||||
/// The border [`Color`] of the slider.
|
||||
pub border_color: Color,
|
||||
}
|
||||
|
||||
/// The appearance of the handle of a slider.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue