Skip to content

Commit

Permalink
fix args in set_icon_size method
Browse files Browse the repository at this point in the history
  • Loading branch information
jonian committed Oct 17, 2023
1 parent c2a822d commit f3fc2e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion [email protected]/buttons.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export const AppmenuLabel = GObject.registerClass(
bin.set_child(this._container)

this._icon = new St.Icon()
this._icon.set_icon_size(16, 16)
this._icon.set_icon_size(16)
this._icon.set_fallback_gicon(null)

this._iconBox = new St.Bin({ style_class: 'app-menu-icon', y_align: Clutter.ActorAlign.CENTER })
Expand Down

0 comments on commit f3fc2e9

Please sign in to comment.