waltz-controls / waltz-grid-widget

0 stars 0 forks source link

Replace geometry drop-down list with an input field #14

Closed Ingvord closed 3 years ago

Ingvord commented 3 years ago

Users should be able to define custom geometry for the widget

Suggestion: please replace the drop-down list with an input field with a placeholder XxY with a validation by regex: X > 0, Y > 0

In case of geometry bigger than the viewport e.g. 12x12 please provide H- and V- scrolls

Reasonable size of the geometry to fit into the viewport must be defined basing on the actual screen resolution e.g. for 1920x1080 -- 6x3

1368x768 -- 4x3

etc