GNOME Bugzilla – Bug 706681
userWidget: Actually respect the iconSize parameter
Last modified: 2013-08-23 20:30:47 UTC
The iconSize parameter was only being respected if it was the default icon fallback.
Created attachment 252906 [details] [review] userWidget: Actually respect the iconSize parameter
Review of attachment 252906 [details] [review]: I guess this is fine since the border and such shouldn't take up any additional space outside of the icon size. ::: js/ui/userWidget.js @@ +32,3 @@ + reactive: params.reactive, + width: this._iconSize, + height: this._iconSize }); Does this make things change size in practice? it was 48pt in the CSS file, and now it will be 64px I guess?
Attachment 252906 [details] pushed as 1a415d5 - userWidget: Actually respect the iconSize parameter Yes -- 64px is 48pt, so the default values match up.
Review of attachment 252906 [details] [review]: so jasper pointed out on irc that 48pt is 64px given our assumed 96dpi