Add new pin and unpin icons (#17445)
This PR adds new SVGs for the pin and unpin icons, using a custom-made one in a smaller size, and thus removing the `PinAlt` one I added just recently. I also tweak the outline panel pin icon button tooltip strings a bit. Release Notes: - N/A
This commit is contained in:
@@ -1906,7 +1906,7 @@ impl Pane {
|
||||
.start_slot::<Indicator>(indicator)
|
||||
.map(|this| {
|
||||
let end_slot = if is_pinned {
|
||||
IconButton::new("unpin tab", IconName::PinAlt)
|
||||
IconButton::new("unpin tab", IconName::Pin)
|
||||
.shape(IconButtonShape::Square)
|
||||
.icon_color(Color::Muted)
|
||||
.size(ButtonSize::None)
|
||||
|
||||
Reference in New Issue
Block a user