Improve transitions and eliminate conflicting anchor warnings
This commit is contained in:
parent
89c8725766
commit
a079ecd20b
6 changed files with 17 additions and 17 deletions
|
|
@ -14,11 +14,10 @@ GridView {
|
|||
id: pcGrid
|
||||
focus: true
|
||||
activeFocusOnTab: true
|
||||
anchors.fill: parent
|
||||
anchors.leftMargin: (parent.width % (cellWidth + anchors.rightMargin)) / 2
|
||||
anchors.topMargin: 20
|
||||
anchors.rightMargin: 5
|
||||
anchors.bottomMargin: 5
|
||||
leftMargin: (parent.width % (cellWidth + rightMargin)) / 2
|
||||
topMargin: 20
|
||||
rightMargin: 5
|
||||
bottomMargin: 5
|
||||
cellWidth: 350; cellHeight: 350;
|
||||
objectName: "Computers"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue