How to reduce large icons in the toolbar

PDF-XChange Editor SDK for Developers

Moderators: TrackerSupp-Daniel, Tracker Support, Paul - Tracker Supp, Vasyl-Tracker Dev Team, Chris - Tracker Supp, Sean - Tracker, Ivan - Tracker Software, Tracker Supp-Stefan

Forum rules
DO NOT post your license/serial key, or your activation code - these forums, and all posts within, are public and we will be forced to immediately deactivate your license.

When experiencing some errors, use the IAUX_Inst::FormatHRESULT method to see their description and include it in your post along with the error code.
Post Reply
eagle.zhengyi@gmail.com
User
Posts: 31
Joined: Wed Nov 07, 2018 4:41 pm

How to reduce large icons in the toolbar

Post by eagle.zhengyi@gmail.com »

Hi,
How to reduce large icons in the toolbar to make them look smaller? Is there a way to set the Hand tool as 16x16?
image.png
Regards,
Yi
Sasha - Tracker Dev Team
User
Posts: 5522
Joined: Fri Nov 21, 2014 8:27 am
Contact:

Re: How to reduce large icons in the toolbar

Post by Sasha - Tracker Dev Team »

Hello eagle.zhengyi@gmail.com,

This setting can help:
image.png
Cheers,
Alex
Subscribe at:
https://www.youtube.com/channel/UC-TwAMNi1haxJ1FX3LvB4CQ
eagle.zhengyi@gmail.com
User
Posts: 31
Joined: Wed Nov 07, 2018 4:41 pm

Re: How to reduce large icons in the toolbar

Post by eagle.zhengyi@gmail.com »

Hi Sasha,
This is for the End-user version, not the SDK.
Sasha - Tracker Dev Team
User
Posts: 5522
Joined: Fri Nov 21, 2014 8:27 am
Contact:

Re: How to reduce large icons in the toolbar

Post by Sasha - Tracker Dev Team »

Hello eagle.zhengyi@gmail.com,

Is this the setting that does what you want? If so, I can tell you how to set it via the SDK.

Cheers,
Alex
Subscribe at:
https://www.youtube.com/channel/UC-TwAMNi1haxJ1FX3LvB4CQ
eagle.zhengyi@gmail.com
User
Posts: 31
Joined: Wed Nov 07, 2018 4:41 pm

Re: How to reduce large icons in the toolbar

Post by eagle.zhengyi@gmail.com »

Hello Alex,

Yes. That is what I'm asking for. Please share the solutions.

Thanks.
Yi
Sasha - Tracker Dev Team
User
Posts: 5522
Joined: Fri Nov 21, 2014 8:27 am
Contact:

Re: How to reduce large icons in the toolbar

Post by Sasha - Tracker Dev Team »

Hello eagle.zhengyi@gmail.com,

This should do the trick:

Code: Select all

uiInst.CmdManager.ExtraOpts |= (int)UIX_CmdExtraOpts.UIX_CmdExtraOpt_ReduceLargeIcons;
Cheers,
Alex
Subscribe at:
https://www.youtube.com/channel/UC-TwAMNi1haxJ1FX3LvB4CQ
Post Reply