You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "Robin Edwards (Jira)" <ji...@apache.org> on 2019/09/16 12:14:00 UTC

[jira] [Updated] (AIRFLOW-5503) Tree view layout on HDPI displays broken

     [ https://issues.apache.org/jira/browse/AIRFLOW-5503?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Robin Edwards updated AIRFLOW-5503:
-----------------------------------
    Description: 
The tree view layout on HDPI displays is broken and doesn't make good usage of screen space.

Associated pull request fixes the issue by using devicePixelRatio: [https://developer.mozilla.org/en-US/docs/Web/API/Window/devicePixelRatio]

Please see attachments for the before and after of applying this patch

  was:
The tree view layout on HDPI displays is broken and doesn't make good usage of screen space.

Associated pull request fixes the issue by using devicePixelRatio: https://developer.mozilla.org/en-US/docs/Web/API/Window/devicePixelRatio

!after.png!


> Tree view layout on HDPI displays broken
> ----------------------------------------
>
>                 Key: AIRFLOW-5503
>                 URL: https://issues.apache.org/jira/browse/AIRFLOW-5503
>             Project: Apache Airflow
>          Issue Type: Bug
>          Components: webserver
>    Affects Versions: 1.10.5
>            Reporter: Robin Edwards
>            Assignee: Robin Edwards
>            Priority: Minor
>         Attachments: after.png, before.png
>
>
> The tree view layout on HDPI displays is broken and doesn't make good usage of screen space.
> Associated pull request fixes the issue by using devicePixelRatio: [https://developer.mozilla.org/en-US/docs/Web/API/Window/devicePixelRatio]
> Please see attachments for the before and after of applying this patch



--
This message was sent by Atlassian Jira
(v8.3.2#803003)