From 0f0c7f63c229c5f5febe6d28972ecf9d203c75a2 Mon Sep 17 00:00:00 2001 From: erinn Date: Wed, 18 Sep 2019 12:49:04 -0700 Subject: [PATCH] add pixeldensity to debug info --- qml/main.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/qml/main.qml b/qml/main.qml index 696aeb9..788e7e7 100644 --- a/qml/main.qml +++ b/qml/main.qml @@ -26,6 +26,7 @@ ApplicationWindow { } ColumnLayout { + Text { text: "Screen.pixelDensity: " + Screen.pixelDensity } TestRow { base: 10 } TestRow { base: 16 } TestRow { base: 24 }