From 09aeea3c9b7a2f49bc3a0bfb59b1655af216a8f9 Mon Sep 17 00:00:00 2001 From: Jiye Kim Date: Tue, 23 Apr 2024 17:58:00 +0900 Subject: [PATCH] WRQ-17933: Support QHD resolution Enact-DCO-1.0-Signed-off-by: Jiye Kim (jiye.kim@lge.com) --- ThemeDecorator/screenTypes.json | 1 + 1 file changed, 1 insertion(+) diff --git a/ThemeDecorator/screenTypes.json b/ThemeDecorator/screenTypes.json index ee81a0a0c9..ce92df3194 100644 --- a/ThemeDecorator/screenTypes.json +++ b/ThemeDecorator/screenTypes.json @@ -2,6 +2,7 @@ {"name": "hd", "pxPerRem": 16, "width": 1280, "height": 720, "aspectRatioName": "hdtv"}, {"name": "fhd", "pxPerRem": 24, "width": 1920, "height": 1080, "aspectRatioName": "hdtv"}, {"name": "uw-uxga", "pxPerRem": 24, "width": 2560, "height": 1080, "aspectRatioName": "cinema"}, + {"name": "qhd", "pxPerRem": 32, "width": 2560, "height": 1440, "aspectRatioName": "hdtv"}, {"name": "wqhd", "pxPerRem": 32, "width": 3440, "height": 1440, "aspectRatioName": "cinema"}, {"name": "uhd", "pxPerRem": 48, "width": 3840, "height": 2160, "aspectRatioName": "hdtv", "base": true}, {"name": "uhd2", "pxPerRem": 96, "width": 7680, "height": 4320, "aspectRatioName": "hdtv"}