ui/qml/styles/CwtchComboBoxStyle.qml

7 lines
92 B
QML
Raw Permalink Normal View History

2019-02-13 05:08:43 +00:00
import QtQuick.Controls.Styles 1.4
import QtQuick 2.7
ComboBoxStyle {
textColor: "#000"
}