popupMenu: Fix last commit
A missing git commit --amend meant we weren't showing the right icon.
This commit is contained in:
parent
88faee4c79
commit
6d66afc14e
@ -63,7 +63,7 @@ function arrowIcon(side) {
|
||||
}
|
||||
|
||||
let arrow = new St.Icon({ style_class: 'popup-menu-arrow',
|
||||
icon_name: 'pan-end-symbolic',
|
||||
icon_name: iconName,
|
||||
accessible_role: Atk.Role.ARROW,
|
||||
y_expand: true,
|
||||
y_align: Clutter.ActorAlign.CENTER });
|
||||
|
Loading…
Reference in New Issue
Block a user