mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2026-06-18 06:30:55 +00:00
now with smooth window scaling for app listing
This commit is contained in:
+1
-1
@@ -10,7 +10,7 @@ GridView {
|
|||||||
property AppModel appModel : createModel()
|
property AppModel appModel : createModel()
|
||||||
|
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
anchors.leftMargin: 5
|
anchors.leftMargin: (parent.width % (cellWidth + anchors.rightMargin)) / 2
|
||||||
anchors.topMargin: 5
|
anchors.topMargin: 5
|
||||||
anchors.rightMargin: 5
|
anchors.rightMargin: 5
|
||||||
anchors.bottomMargin: 5
|
anchors.bottomMargin: 5
|
||||||
|
|||||||
Reference in New Issue
Block a user