<p><b>@LarsGit223</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/geany/geany-plugins/pull/598#discussion_r134126670">workbench/icons/Makefile.am</a>:</p>
<pre style='color:#555'>> @@ -0,0 +1,20 @@
+icondir = $(datadir)/icons/hicolor/16x16/apps
</pre>
<p>See this screenshot:</p>
<p><a href="https://user-images.githubusercontent.com/9009011/29498420-402b400c-85fc-11e7-9374-4b985e082e53.png" target="_blank"><img src="https://user-images.githubusercontent.com/9009011/29498420-402b400c-85fc-11e7-9374-4b985e082e53.png" alt="workbenchscreenshoticons" style="max-width:100%;"></a></p>
<p>I would like to have all icons the same size. I do not really specify a size anywhere.</p>
<p>The icons that are small in that screenshot are created with <code>g_content_type_get_icon()</code>. There is no size in that function call. Shortly below that call there is this call: <code>gtk_icon_theme_lookup_by_gicon(gtk_icon_theme_get_default(), icon, 16, 0);</code>. But as I understood this should not change the <code>icon</code>.</p>
<p>The icons that are (too) large in the screenshot have simply been created with <code>g_icon_new_for_string()</code>.</p>
<p>All icons were of small size before I committed the change for supplying different icon size sets. So how do I choose the size? I tried <code>g_object_set()</code> on the <code>GtkTreeView</code>'s cell renderer (<code>g_object_set(renderer, "stock-size", 16, NULL);</code>, the cell renderer is a pixbuf created with <code>gtk_cell_renderer_pixbuf_new()</code>).</p>
<p>Well, enough for today. Maybe I write an mail to the Gtk-App-Devel mailing list tomorrow. Bye for now.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/geany/geany-plugins/pull/598#discussion_r134126670">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/ABDrJwa_mZdINnAxgzT2CuOPDFFybJ7Fks5saKLGgaJpZM4O391f">mute the thread</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/ABDrJ8X1E3ohc98vLTXnP8qEICc-W27Eks5saKLGgaJpZM4O391f.gif" width="1" /></p>
<div itemscope itemtype="http://schema.org/EmailMessage">
<div itemprop="action" itemscope itemtype="http://schema.org/ViewAction">
  <link itemprop="url" href="https://github.com/geany/geany-plugins/pull/598#discussion_r134126670"></link>
  <meta itemprop="name" content="View Pull Request"></meta>
</div>
<meta itemprop="description" content="View this Pull Request on GitHub"></meta>
</div>

<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/geany/geany-plugins","title":"geany/geany-plugins","subtitle":"GitHub repository","main_image_url":"https://cloud.githubusercontent.com/assets/143418/17495839/a5054eac-5d88-11e6-95fc-7290892c7bb5.png","avatar_image_url":"https://cloud.githubusercontent.com/assets/143418/15842166/7c72db34-2c0b-11e6-9aed-b52498112777.png","action":{"name":"Open in GitHub","url":"https://github.com/geany/geany-plugins"}},"updates":{"snippets":[{"icon":"PERSON","message":"@LarsGit223 commented on #598"}],"action":{"name":"View Pull Request","url":"https://github.com/geany/geany-plugins/pull/598#discussion_r134126670"}}}</script>