mirror of
https://github.com/overte-org/overte.git
synced 2025-07-22 22:34:12 +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
|
||||
title: "Use Baked?"
|
||||
role: "baked"
|
||||
width: 100
|
||||
width: 170
|
||||
}
|
||||
|
||||
onSortIndicatorOrderChanged: {
|
||||
Assets.sortProxyModel(sortIndicatorColumn, sortIndicatorOrder);
|
||||
}
|
||||
|
||||
itemDelegate: Loader {
|
||||
|
|
Loading…
Reference in a new issue