biolab / orange3-educational

🍊 🎓 Educational widgets for machine learning and data mining in Orange 3.
Other
27 stars 20 forks source link

Random data: Fix resize dependent on deprecated scrolling left_side #102

Closed PrimozGodec closed 3 years ago

PrimozGodec commented 3 years ago
Issue

Widget breaks after the deprecation of left_side scrolling area.

Description of changes

This PR fixes resizing dependent on scrolling area. Merging this will cause that the widget will not have scrolling area anymore. Do we still want it? @janezd

Includes
PrimozGodec commented 3 years ago

Note: Now it is possible to add so many random generators that widget extends out of the screen. I would solve it by limiting the number of generators to let say 5. I think nobody needs more. What do you think @janezd

Sure we could add a scrolling area to this widget but I think it is better for the user experience not to have it.

janezd commented 3 years ago

I guess I would prefer to have scrolling area, it it's not too much of a hassle. I wouldn't like to limit the number of variables.