mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-18 07:34:54 +00:00
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
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue