mirror of
https://github.com/overte-org/overte.git
synced 2025-07-23 05:05:41 +02:00
fix tablet version
This commit is contained in:
parent
d6b3e91de1
commit
ad9ca0da20
1 changed files with 32 additions and 28 deletions
|
@ -560,7 +560,11 @@ Rectangle {
|
||||||
id: bakedColumn
|
id: bakedColumn
|
||||||
title: "Use Baked?"
|
title: "Use Baked?"
|
||||||
role: "baked"
|
role: "baked"
|
||||||
width: 100
|
width: 170
|
||||||
|
}
|
||||||
|
|
||||||
|
onSortIndicatorOrderChanged: {
|
||||||
|
Assets.sortProxyModel(sortIndicatorColumn, sortIndicatorOrder);
|
||||||
}
|
}
|
||||||
|
|
||||||
itemDelegate: Loader {
|
itemDelegate: Loader {
|
||||||
|
|
Loading…
Reference in a new issue