fix tablet version

This commit is contained in:
Dante Ruiz 2018-03-27 16:03:06 -07:00
parent d6b3e91de1
commit ad9ca0da20

View file

@ -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 {