mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 17:49:27 +02:00
Fix code-review spacing issue
This commit is contained in:
parent
628ec8ec2b
commit
b5a48d31b6
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue