diff --git a/src/widget/color_picker/mod.rs b/src/widget/color_picker/mod.rs index cabe2cb7..d3de5b97 100644 --- a/src/widget/color_picker/mod.rs +++ b/src/widget/color_picker/mod.rs @@ -285,6 +285,7 @@ where .on_activate(Box::new(move |e| on_update( ColorPickerUpdate::ActivateSegmented(e) ))) + .minimum_button_width(0) .width(self.width), // canvas with gradient for the current color // still needs the canvas and the handle to be drawn on it