textbox tools icon

0
0

Hi,

There is any way to customize the size of icon in tools of textbox?

I try to use mixin thema and appearances key, but i have issue to edit appareance style tools for textbox.

My goal is to enlarge the icon tools.

Thanks in advance

 

 

  • You must to post comments
0
0

Thanks Levie is exactly what I was looking for.

 

  • You must to post comments
0
0

Hi Angelo,

  • You can use the ThemeBuilder (see the attached screenshot) to make the changes.
  • The second option is to add a Theme Mixin (see the attached mixin file).
  • You can also set the size directly in the Theme in your C# code:
 Application.Theme.Appearances["toolcontainer"].components["button"].components["icon"].states.@default.properties.width = 5;
 Application.Theme.Appearances["toolcontainer"].components["button"].components["icon"].states.@default.properties.height = 5;

Does this work for you?

Best,

Levie

  • You must to post comments
Showing 2 results
Your Answer

Please first to submit.