mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2026-06-15 21:22:40 +00:00
Improve transitions and eliminate conflicting anchor warnings
This commit is contained in:
+4
-5
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user