Index: sources/gui/qml/dialogs/headerbar/SettingsDialog.qml =================================================================== diff -u -r67557d6769a1719e2a1c068303bda9816075dd84 -rc65859e54930664100dfdff13afa019e05ae23b6 --- sources/gui/qml/dialogs/headerbar/SettingsDialog.qml (.../SettingsDialog.qml) (revision 67557d6769a1719e2a1c068303bda9816075dd84) +++ sources/gui/qml/dialogs/headerbar/SettingsDialog.qml (.../SettingsDialog.qml) (revision c65859e54930664100dfdff13afa019e05ae23b6) @@ -6,9 +6,8 @@ HeaderBarPopup { id: _root readonly property int sliderWidth : 430 readonly property color sliderBkgndColor : Colors.dialogShadowColor - readonly property color valueColor : "#3D8EEF" + readonly property color valueColor : Colors.dialogValueColor - height : 310 padding : Variables.defaultMargin QtObject { id: _private @@ -22,7 +21,6 @@ contentItem: Column { id : _dialogColumn anchors.centerIn : parent width : _private.columnWidth - height : _root.height spacing : Variables.defaultMargin Column { id: _brightness @@ -53,6 +51,8 @@ Slider { id : _brightnessSlider anchors.horizontalCenter: parent.horizontalCenter width : _root.sliderWidth + height : 10 + showMinMaxText : false step : 1 // no zero minimum : 1 maximum : 5 @@ -75,7 +75,6 @@ } } } - Item { height: 10; width: 10} // spacer item Line { id: _divider anchors.horizontalCenter: parent.horizontalCenter @@ -111,6 +110,8 @@ Slider { id : _volumeSlider anchors.horizontalCenter: parent.horizontalCenter width : _root.sliderWidth + height : 10 + showMinMaxText : false step : 1 // no zero minimum : 1 maximum : 5