FlorinTulba / Pic2Sym

The application Pic2Sym approximates images by a grid of colored symbols with colored backgrounds.
0 stars 0 forks source link

Controls arrangement inside the Control Panel (Settings window) #2

Closed FlorinTulba closed 7 years ago

FlorinTulba commented 7 years ago

Problems:

  1. the Control Panel allocates lots of space to sliders, while squeezing many buttons within certain rows
  2. the labels of the sliders are truncated

Causes: The Control Panel is part of the GUI-support provided by the 'highgui' library from OpenCV. The requirements from the application are met by this library, which has, however, some limitations:

Solutions:

  1. permute the controls to insert slider(s) between buttons which need to stay on separate rows
  2. click the labels to see the whole untruncated text of the label
FlorinTulba commented 7 years ago

Unless using a different GUI-engine, this is a tolerated issue.