Merge pull request #15305 from wayne-chen/repositionPeopleAppAudioQml

Case 22003: Reuse Blank Space from Volume Slider
This commit is contained in:
Wayne Chen 2019-04-01 14:23:27 -07:00 committed by GitHub
commit a9802570d7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -129,6 +129,7 @@ Item {
height: 40
// Anchors
anchors.top: avatarImage.top
anchors.topMargin: avatarImage.visible ? 18 : 0;
anchors.left: avatarImage.right
anchors.leftMargin: avatarImage.visible ? 5 : 0;
anchors.rightMargin: 5;