You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Could use the average-width to try and balance using too much space vs
using too little space, but it doesn't seem like a big deal to use too
much space, whereas labels still overlapping basically
forfeits a lot of the value of trying to avoid overlap.
exportconstorientation: Orientation="DOWN"asOrientation;// not constant to allow potential other orientations in the future, and keeping code that currently exists for handling "LEFT" orientation
13
13
14
14
/**
15
-
* Roughly accurate, using the average-length "addresses" label
15
+
* Using the highest-width of the common labels ("subproblem of"; excludes "contingency for" because
16
+
* that's rarely used).
17
+
*
18
+
* Could use the average-width to try and balance using too much space vs using too little space,
19
+
* but it doesn't seem like a big deal to use too much space, whereas labels still overlapping
20
+
* basically forfeits a lot of the value of trying to avoid overlap.
0 commit comments