Fix code-review spacing issue

This commit is contained in:
Roxanne Skelly 2018-10-31 10:18:04 -07:00
parent 628ec8ec2b
commit b5a48d31b6

View file

@ -261,7 +261,7 @@ Item {
anchors.fill: parent; anchors.fill: parent;
model: filterBarModel; model: filterBarModel;
delegate: Item { delegate: Item {
width: parent.width; width: parent.width;
height: 50; height: 50;
Rectangle { Rectangle {
id: dropDownButton; id: dropDownButton;