<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Pro Button set as large appears small on ribbon in ArcGIS Pro SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/pro-button-set-as-large-appears-small-on-ribbon/m-p/1680755#M13420</link>
    <description>&lt;P&gt;I think issue isn't with small image properties. It could be with large image properties&lt;/P&gt;</description>
    <pubDate>Thu, 29 Jan 2026 15:03:38 GMT</pubDate>
    <dc:creator>GKmieliauskas</dc:creator>
    <dc:date>2026-01-29T15:03:38Z</dc:date>
    <item>
      <title>Pro Button set as large appears small on ribbon</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/pro-button-set-as-large-appears-small-on-ribbon/m-p/1680687#M13416</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Something weird is happening to my add-in. I am writing against 3.2 at the moment - but it's the last release against this version.&lt;/P&gt;&lt;P&gt;When users install my add-in the Connect icon I have displays as small (usually on a 3.5 install) - it doesn't matter what I do - it seems to just want to be small - other icons however are displayed at the right size.&amp;nbsp; I even made an add-in just with one button and this image, and the same thing happened so I know I have isolated the problem.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could it be something to do with header information in the binary of the image??&lt;/P&gt;&lt;P&gt;I have made sure the dpi is 96dpi for both large and small versions of this image.&amp;nbsp; The daml shows this:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;		&amp;lt;groups&amp;gt;
        &amp;lt;group id="FooProTest_Group1" keytip="X" caption="Group 1" appearsOnAddInTab="true"&amp;gt;
          &amp;lt;button refID="FooProTest_ConnectButton" size="large" /&amp;gt;
        &amp;lt;/group&amp;gt;
      &amp;lt;/groups&amp;gt;
      &amp;lt;controls&amp;gt;
        &amp;lt;button id="FooProTest_ConnectButton" keytip="Z" caption="ConnectButton" className="ConnectButton" loadOnClick="true"
				smallImage="Images/CloudError16.png" largeImage="Images/CloudError32.png"&amp;gt;
          &amp;lt;tooltip heading="Tooltip Heading"&amp;gt;Tooltip text&amp;lt;disabledText /&amp;gt;&amp;lt;/tooltip&amp;gt;
        &amp;lt;/button&amp;gt;&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have the icons properties as:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Build Action -&amp;gt; Content&lt;/LI&gt;&lt;LI&gt;Copy to Output Directory -&amp;gt; Do not copy&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here are the screenshots - the one with the large icon is on my dev machine&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="large icon safe.png" style="width: 698px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/147522iDAE2BB3BB45C575C/image-size/large?v=v2&amp;amp;px=999" role="button" title="large icon safe.png" alt="large icon safe.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;On other users machines and installed as an add-in:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="small icon safe.png" style="width: 787px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/147523i6256D36043C05B8E/image-size/large?v=v2&amp;amp;px=999" role="button" title="small icon safe.png" alt="small icon safe.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;If anyone has any ideas what might be happening - I would be grateful.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 29 Jan 2026 10:35:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/pro-button-set-as-large-appears-small-on-ribbon/m-p/1680687#M13416</guid>
      <dc:creator>Vidar</dc:creator>
      <dc:date>2026-01-29T10:35:22Z</dc:date>
    </item>
    <item>
      <title>Re: Pro Button set as large appears small on ribbon</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/pro-button-set-as-large-appears-small-on-ribbon/m-p/1680736#M13418</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Try to check "Build Action" of both images:&amp;nbsp;CloudError16.png and&amp;nbsp;CloudError32.png. Maybe build action for&amp;nbsp;CloudError32.png is wrong.&lt;/P&gt;</description>
      <pubDate>Thu, 29 Jan 2026 14:04:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/pro-button-set-as-large-appears-small-on-ribbon/m-p/1680736#M13418</guid>
      <dc:creator>GKmieliauskas</dc:creator>
      <dc:date>2026-01-29T14:04:35Z</dc:date>
    </item>
    <item>
      <title>Re: Pro Button set as large appears small on ribbon</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/pro-button-set-as-large-appears-small-on-ribbon/m-p/1680744#M13419</link>
      <description>&lt;P&gt;Well, maybe but I doubt it as I am just following the ESRI documentation. However, I have deleted the 16x16 pixel version of the icon - and removed "smallImage" from the config.daml and it still scales the image to a small one. So I don't know what the heck is going on now.&lt;/P&gt;</description>
      <pubDate>Thu, 29 Jan 2026 14:18:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/pro-button-set-as-large-appears-small-on-ribbon/m-p/1680744#M13419</guid>
      <dc:creator>Vidar</dc:creator>
      <dc:date>2026-01-29T14:18:19Z</dc:date>
    </item>
    <item>
      <title>Re: Pro Button set as large appears small on ribbon</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/pro-button-set-as-large-appears-small-on-ribbon/m-p/1680755#M13420</link>
      <description>&lt;P&gt;I think issue isn't with small image properties. It could be with large image properties&lt;/P&gt;</description>
      <pubDate>Thu, 29 Jan 2026 15:03:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/pro-button-set-as-large-appears-small-on-ribbon/m-p/1680755#M13420</guid>
      <dc:creator>GKmieliauskas</dc:creator>
      <dc:date>2026-01-29T15:03:38Z</dc:date>
    </item>
    <item>
      <title>Re: Pro Button set as large appears small on ribbon</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/pro-button-set-as-large-appears-small-on-ribbon/m-p/1680789#M13421</link>
      <description>&lt;P&gt;In regards to your DAML, try \ instead of / for the paths. You have:&lt;/P&gt;&lt;P&gt;&amp;lt;button id="FooProTest_ConnectButton" keytip="Z" caption="ConnectButton" className="ConnectButton" loadOnClick="true"&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; smallImage="Images/CloudError16.png" largeImage="Images/CloudError32.png"&amp;gt;&lt;/P&gt;&lt;P&gt;In all my successful builds I've been using:&lt;/P&gt;&lt;P&gt;&amp;lt;button id="FooProTest_ConnectButton" keytip="Z" caption="ConnectButton" className="ConnectButton" loadOnClick="true"&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; smallImage="Images\CloudError16.png" largeImage="Images\CloudError32.png"&amp;gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;also ensure the&amp;nbsp;CloudError32.png and&amp;nbsp;CloudError16.png build actions are identical; If you click on the image name in Solution Explorer, the advanced properties should be set to AddInContent and Do not copy. Ensure the Misc area of properties shows the correct full path to the image.&lt;/P&gt;</description>
      <pubDate>Thu, 29 Jan 2026 16:20:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/pro-button-set-as-large-appears-small-on-ribbon/m-p/1680789#M13421</guid>
      <dc:creator>RichardDaniels</dc:creator>
      <dc:date>2026-01-29T16:20:36Z</dc:date>
    </item>
  </channel>
</rss>

