X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=app%2FVolumeSlider.qml;fp=app%2FVolumeSlider.qml;h=b7a98f84d95fe1638955cc402605dbe2d137704c;hb=bafd538e4a7d64c7831a93f5f126d2af961c5686;hp=b44d74c4212be3a849cc9b8df69eb71caa81bda6;hpb=811a80e57286112d8a35c63ac10853733f7b5e04;p=apps%2Fmixer.git diff --git a/app/VolumeSlider.qml b/app/VolumeSlider.qml index b44d74c..b7a98f8 100644 --- a/app/VolumeSlider.qml +++ b/app/VolumeSlider.qml @@ -2,24 +2,18 @@ import QtQuick 2.6 import QtQuick.Layouts 1.1 import QtQuick.Controls 2.0 -RowLayout { +ColumnLayout { anchors.left: parent.left anchors.right: parent.right - Layout.minimumHeight: 75 + Layout.minimumHeight: 125 Label { font.pixelSize: 24 text: modelData.name - Layout.minimumWidth: 150 - Layout.maximumWidth: 150 - elide: Text.ElideRight } Label { font.pixelSize: 24 text: modelData.value + " %" - Layout.minimumWidth: 75 - Layout.maximumWidth: 75 - elide: Text.ElideRight } Slider { id: roleValueSlider