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:
parent
8a1e8e37bb
commit
46006a3c81
5 changed files with 18 additions and 7 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue