mirror of
https://github.com/zhuzichu520/FluentUI.git
synced 2024-11-23 11:17:15 +08:00
update
This commit is contained in:
parent
cff6aaf6f4
commit
c81910a41f
@ -41,7 +41,6 @@ Item {
|
|||||||
for(var i=0;i<model_coumns.count;i++){
|
for(var i=0;i<model_coumns.count;i++){
|
||||||
var item = model_coumns.get(i)
|
var item = model_coumns.get(i)
|
||||||
w=w+item.width
|
w=w+item.width
|
||||||
console.debug(item.width)
|
|
||||||
}
|
}
|
||||||
d.coumnsWidth = w
|
d.coumnsWidth = w
|
||||||
}
|
}
|
||||||
@ -126,7 +125,7 @@ Item {
|
|||||||
control.requestPage(page,count)
|
control.requestPage(page,count)
|
||||||
}
|
}
|
||||||
anchors{
|
anchors{
|
||||||
verticalCenter: parent.verticalCenter
|
top: parent.top
|
||||||
right: parent.right
|
right: parent.right
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user