Merge pull request #11529 from vladest/fix_audiotab_name_alignment

Fix alignment of audio devices input header
This commit is contained in:
Andrew Meadows 2017-10-05 13:50:29 -07:00 committed by GitHub
commit 05f2dfbbc3

View file

@ -167,6 +167,9 @@ Rectangle {
}
RalewayRegular {
anchors.verticalCenter: parent.verticalCenter;
width: margins.sizeText + margins.sizeLevel
anchors.left: parent.left
anchors.leftMargin: margins.sizeCheckBox
size: 16;
color: hifi.colors.lightGrayText;
text: qsTr("CHOOSE INPUT DEVICE");