overte-HifiExperiments/interface/resources/qml/hifi/avatarapp/BlueButton.qml
2018-07-06 21:00:51 +03:00

13 lines
251 B
QML

import QtQuick 2.5
import "../../styles-uit"
import "../../controls-uit" as HifiControlsUit
HifiControlsUit.Button {
HifiConstants {
id: hifi
}
color: hifi.buttons.blue;
colorScheme: hifi.colorSchemes.light;
height: 40
}