add volume and brightness control
This commit is contained in:
@@ -12,6 +12,11 @@ Singleton {
|
||||
readonly property int iconSize: 22
|
||||
readonly property int borderWidth: 1
|
||||
|
||||
// Slider groove and knob. The knob is deliberately larger than the groove
|
||||
// is thick: the sliders get dragged with a finger as well as a pointer.
|
||||
readonly property int sliderTrack: 6
|
||||
readonly property int sliderKnob: 16
|
||||
|
||||
// Palette
|
||||
readonly property color background: "#14161b"
|
||||
readonly property color surface: "#1c1f26"
|
||||
|
||||
Reference in New Issue
Block a user