You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@brooklyn.apache.org by GitBox <gi...@apache.org> on 2019/03/11 12:25:29 UTC

[GitHub] [brooklyn-ui] ahgittin commented on issue #127: Allow bigger zoom in, for large screen mainly

ahgittin commented on issue #127: Allow bigger zoom in, for large screen mainly
URL: https://github.com/apache/brooklyn-ui/pull/127#issuecomment-471518292
 
 
   would it be worth making the scale extent some step function of display size, as on normal screens the old max is right, and on a hypothetical 10k display 1.3 isn't much?  something like (untested):
   
   `maxExtent = Math.max(1, Window.width/1600)`

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services