Skip to content
This repository has been archived by the owner on Aug 23, 2023. It is now read-only.

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

Open
cs2ea opened this issue Jun 15, 2019 · 2 comments
Open

Comments

@cs2ea
Copy link

cs2ea commented Jun 15, 2019

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!

@herve91
Copy link
Collaborator

herve91 commented Jun 16, 2019

Hi,

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

Best regards

@cs2ea
Copy link
Author

cs2ea commented Jun 21, 2019

Thank you very much, really appreciated!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants