specialization-plugin icon indicating copy to clipboard operation
specialization-plugin copied to clipboard

v2.0.0: Feature proposal: Selectable default image positions and sizes

Open cs2ea opened this issue 5 years ago • 2 comments

Hi

Having to enter the precise position and size of the image individually for each specialization is not very convenient and can lead inconsistencies between specialisations.

I suggest providing a dropdown with "sensible" defaults, like the following:

  • "top-right-square" (1,1; 20x20)
  • "top-left-square" (-1,1; 20x20)
  • "bottom-right-square" (-1,-1;20x20)
  • "bottom-left-square" (-1,-1;20x20)
  • "top-right" (1,1; x20)
  • "top-left" (-1,1; x20)
  • "bottom-right (-1,-1; x20)
  • "bottom-left (-1,-1; x20)
  • "center" (center; auto)

Additionally, it could make sense to preselect one of the above as when creating a new specialisation (e.g. "bottom-right"...)

Such defaults would of course be overrideable by entering coordinates & sizes directly.

Thanks!

cs2ea avatar Jun 15 '19 21:06 cs2ea

Hi,

This seems easy to implement. I'll tell you when it's done.

Best regards

herve91 avatar Jun 16 '19 19:06 herve91

Thank you very much, really appreciated!

cs2ea avatar Jun 21 '19 12:06 cs2ea