mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-07-14 13:56:39 +02:00
13 lines
251 B
QML
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
|
|
}
|