Compare commits
2 Commits
be94be34ac
...
67728a26eb
Author | SHA1 | Date |
---|---|---|
|
67728a26eb | |
|
18cd5e5c48 |
|
@ -956,7 +956,7 @@ Rectangle {
|
|||
}
|
||||
}
|
||||
function updateLayout(){
|
||||
width = Qt.binding(() => table_view.columnWidthProvider(_index))
|
||||
width = table_view.columnWidthProvider(_index)
|
||||
x = Qt.binding(function(){
|
||||
var minX = 0
|
||||
var maxX = table_view.width-width
|
||||
|
|
|
@ -956,7 +956,7 @@ Rectangle {
|
|||
}
|
||||
}
|
||||
function updateLayout(){
|
||||
width = Qt.binding(() => table_view.columnWidthProvider(_index))
|
||||
width = table_view.columnWidthProvider(_index)
|
||||
x = Qt.binding(function(){
|
||||
var minX = 0
|
||||
var maxX = table_view.width-width
|
||||
|
|
Loading…
Reference in New Issue