[Lazarus] HiRes for IDC icons

Mattias Gaertner nc-gaertnma at netcologne.de
Tue Aug 23 13:14:34 CEST 2016


On Tue, 23 Aug 2016 12:39:38 +0200
Sandro Cumerlato <sandro.cumerlato at gmail.com> wrote:

> Hello Don,
> this is a "known" issue of the Lazarus IDE.
> 
> Is it already listed on the Lazarus Bugtracker?
> 
> If the problem is related to the size of the component palette
> buttons, I have a partial patch for it to work on...
> 
> Best regards,
> Sandro Cumerlato
> 
> 
> Index: components/ideintf/formeditingintf.pas
> ===================================================================
> --- components/ideintf/formeditingintf.pas (revision 51215)
> +++ components/ideintf/formeditingintf.pas (working copy)
> @@ -20,8 +20,8 @@
>    LCLClasses, ProjectIntf, ComponentEditors, ObjectInspector, UnitResources;
> 
>  const
> -  ComponentPaletteImageWidth = 24;
> -  ComponentPaletteImageHeight = 24;
> +  ComponentPaletteImageWidth = 48;
> +  ComponentPaletteImageHeight = 48;

That needs a more flexible solution.
What do you purpose?

Mattias


More information about the Lazarus mailing list