Make copy of TextEdit control for restyling

This commit is contained in:
David Rowe 2016-02-23 17:44:11 +13:00
parent 84e352a1de
commit 86bb1b1ed8

View file

@ -0,0 +1,18 @@
//
// TextEdit.qml
//
// Created by Bradley Austin Davis on 24 Apr 2015
// Copyright 2015 High Fidelity, Inc.
//
// Distributed under the Apache License, Version 2.0.
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
//
import QtQuick 2.3 as Original
import "../styles"
Original.TextEdit {
HifiConstants { id: hifi }
font.family: hifi.fonts.fontFamily
font.pixelSize: hifi.fonts.pixelSize
}