Js: Use new :icon-name property
Now that we have the new convenience property, apply it to all icon-only buttons. Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2254>
This commit is contained in:

committed by
Marge Bot

parent
d72abf5268
commit
65831f783e
@ -2665,10 +2665,7 @@ var AppFolderDialog = GObject.registerClass({
|
||||
can_focus: true,
|
||||
x_align: Clutter.ActorAlign.END,
|
||||
y_align: Clutter.ActorAlign.CENTER,
|
||||
child: new St.Icon({
|
||||
icon_name: 'document-edit-symbolic',
|
||||
icon_size: 16,
|
||||
}),
|
||||
icon_name: 'document-edit-symbolic',
|
||||
});
|
||||
|
||||
this._editButton.connect('notify::checked', () => {
|
||||
|
Reference in New Issue
Block a user