add pixeldensity to debug info

This commit is contained in:
erinn 2019-09-18 12:49:04 -07:00
parent 761383ef3c
commit 0f0c7f63c2
1 changed files with 1 additions and 0 deletions

View File

@ -26,6 +26,7 @@ ApplicationWindow {
}
ColumnLayout {
Text { text: "Screen.pixelDensity: " + Screen.pixelDensity }
TestRow { base: 10 }
TestRow { base: 16 }
TestRow { base: 24 }