Use buttonsArea, UI cleanup#5013
Conversation
Codecov Report
@@ Coverage Diff @@
## master #5013 +/- ##
==========================================
- Coverage 85.36% 85.34% -0.02%
==========================================
Files 301 301
Lines 61838 61779 -59
==========================================
- Hits 52786 52726 -60
- Misses 9052 9053 +1 |
|
I only went over widgets who explicitly override Some mini issues: OWSilhouettePlot, OWRank: why is controlArea slightly smaller in width than buttonsArea (on Mac)? When I try to debug this by setting a OWContinuize: After moving it down, the 'Apply Automatically' button is gigantic. Moving it below the options is definitely better, but its width needs to be constrained. Perhaps a max width should be set if |
dcab8e6 to
2f72038
Compare
2f72038 to
4630608
Compare
4630608 to
2ceeda2
Compare
2ceeda2 to
9dd6e78
Compare
b00e543 to
3cdde71
Compare
|
Due to biolab/orange-widget-base#127, this will need to be adjusted to retain the Edit: nevermind |
3cdde71 to
ec5c983
Compare
ec5c983 to
16d909d
Compare
5ee6b8d to
157670b
Compare
This widget is weird, why are boxes redeclared?
2185954 to
f7ae05d
Compare
To be merged after biolab/orange-widget-base#130 is merged and released.
Description of changes
This PR moves some auto_commit buttons, and data projection controls, from controlArea to buttonsArea. With the widget-base PR, this is displayed below a scrollable controlArea, making it always visible.
Also, widget UIs are redesigned to be more consistent. All widgets except based only in mainArea were moved to controlArea (except Venn Diagram).
Includes