mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-09 05:29:34 +02:00
fix backedColumn width
This commit is contained in:
parent
3ee41c71e4
commit
2d85669b08
1 changed files with 1 additions and 1 deletions
|
@ -561,7 +561,7 @@ Windows.ScrollingWindow {
|
||||||
id: bakedColumn
|
id: bakedColumn
|
||||||
title: "Use Baked?"
|
title: "Use Baked?"
|
||||||
role: "baked"
|
role: "baked"
|
||||||
width: 100
|
width: 170
|
||||||
}
|
}
|
||||||
|
|
||||||
itemDelegate: Loader {
|
itemDelegate: Loader {
|
||||||
|
|
Loading…
Reference in a new issue