Skip to content
Snippets Groups Projects
Commit bba9a5c3 authored by andrey.daragan's avatar andrey.daragan
Browse files

Merge branch 'features-2989' into 'develop'

Features 2989

See merge request !39
parents b6e833c2 1364f74d
No related branches found
No related tags found
1 merge request!39Features 2989
......@@ -4,7 +4,9 @@ import QtQuick.Window 2.0
Item {
id: dapDevice
property string device: dp()
// property string device: dp()
//TODO: Temporary editing
property string device: "desktop"
property int dpi: Screen.pixelDensity * 25.4
function dp(){
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment