Tony CHEMIT pushed to branch develop at ultreiaio / ird-observe
Commits:
-
41bd1605
by Tony Chemit at 2020-05-10T09:44:49+02:00
1 changed file:
Changes:
| ... | ... | @@ -140,10 +140,11 @@ CoordinatesEditor { |
| 140 | 140 |
}
|
| 141 | 141 |
|
| 142 | 142 |
FilterableDoubleList {
|
| 143 |
- showDecorator:true;
|
|
| 143 |
+ showDecorator:false;
|
|
| 144 | 144 |
showReset:true;
|
| 145 |
- showSelectPopupEnabled: true;
|
|
| 145 |
+ showSelectPopupEnabled: false;
|
|
| 146 | 146 |
filterable:false;
|
| 147 |
+ autoSortSelectedList:true;
|
|
| 147 | 148 |
_notBlocking: true;
|
| 148 | 149 |
}
|
| 149 | 150 |
|