Zoom Hint too big for small screens

Issue #373 new
Robert Leach created an issue

USE CASE: WHAT DO YOU WANT TO DO?

Be able to read the entire zoom hint

STEPS TO REPRODUCE AN ISSUE (OR TRIGGER A NEW FEATURE)

  1. Run TreeView on a 15" Mac laptop
  2. Open any file
  3. Drag the size of the app window as small as is allowed
  4. Hover the cursor off the app window
  5. Observe the row labels zoom hint

CURRENT BEHAVIOR

The zoom hint runs off both top and bottom row labels pane:

too_big_zoom_hint.png

EXPECTED BEHAVIOR

When hint is too long, it should wrap.

DEVELOPERS ONLY SECTION

SUGGESTED CHANGE (Pseudocode optional)

Compare string size to pane dimension and wrap as many times as is necessary.

FILES AFFECTED (where the changes will be implemented) - developers only

LabelView

LEVEL OF EFFORT - developers only

minor

COMMENTS

Comments (7)

  1. Log in to comment