Index: sources/gui/qml/components/UpDownButton.qml =================================================================== diff -u -r2ef03b2ce51b4dc507f66e9671953a8e0824bde9 -re568c0be76dcf80834f68b30d7291f45172b6f69 --- sources/gui/qml/components/UpDownButton.qml (.../UpDownButton.qml) (revision 2ef03b2ce51b4dc507f66e9671953a8e0824bde9) +++ sources/gui/qml/components/UpDownButton.qml (.../UpDownButton.qml) (revision e568c0be76dcf80834f68b30d7291f45172b6f69) @@ -23,8 +23,9 @@ property bool isUp : false property bool isList: false - height: 45 + height: 60 width : height + anchors.bottomMargin: 14 backgroundColor: Colors.transparent borderColor : Colors.white