MenuStyle.qml 208 Bytes
Newer Older
1
pragma Singleton
2
import QtQml 2.2
3

4
import Colors 1.0
5 6 7 8 9 10 11

// =============================================================================

QtObject {
  property color color: Colors.k
  property int width: 130
}