Commit 0ad459e5 authored by DonLakeFlyer's avatar DonLakeFlyer

parent f376e547
......@@ -109,7 +109,6 @@ T.HorizontalFactValueGrid {
for (var i=0; i<valueRepeater.count; i++) {
newMaxWidth = Math.max(newMaxWidth, valueRepeater.itemAt(0).contentWidth)
}
console.log("recalcWidth", newMaxWidth, maxWidth)
maxWidth = Math.min(maxWidth, newMaxWidth)
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment