biolab / orange3-text

🍊 :page_facing_up: Text Mining add-on for Orange3
Other
127 stars 84 forks source link

[FIX] Statistics - Fix layout (hidden + button on Windows) #984

Closed PrimozGodec closed 1 year ago

PrimozGodec commented 1 year ago
Issue

On Windows + button is hidden when the user opens the widget. Also, stretching is not optimal: empty space between the box and Apply button, and the whole box stretches instead of adding space at the bottom.

Description of changes

Update layout according to issue description.

Additionally, added missing __eq__ and __hash__ to ComputeValue.

Includes
PrimozGodec commented 1 year ago

@anjamejac, it solves the bug with hidden + button for me. Does it work in your case?

codecov-commenter commented 1 year ago

Codecov Report

Merging #984 (4b0b749) into master (5586779) will increase coverage by 0.07%. The diff coverage is 95.23%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #984 +/- ## ========================================== + Coverage 79.53% 79.60% +0.07% ========================================== Files 87 87 Lines 12332 12333 +1 Branches 1618 1618 ========================================== + Hits 9808 9818 +10 + Misses 2228 2220 -8 + Partials 296 295 -1 ```
anjamejac commented 1 year ago

Yes, @PrimozGodec, it also works in my case. Thank you :)