ScreenToolsFontQuery.qml 252 Bytes
Newer Older
Don Gagne's avatar
Don Gagne committed
1 2 3 4 5 6 7 8 9
import QtQuick 2.2
import QtQuick.Controls 1.2

import QGroundControl.ScreenTools 1.0
import QGroundControl.ScreenToolsController 1.0

Item {
    Component.onCompleted: ScreenToolsController.qmlDefaultFontPixelSize = ScreenTools.defaultFontPixelSize
}