mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2026-06-15 21:22:40 +00:00
UI polish
This commit is contained in:
+2
-1
@@ -65,7 +65,8 @@ GridView {
|
|||||||
MouseArea {
|
MouseArea {
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
onClicked: {
|
onClicked: {
|
||||||
var session = appModel.createSessionForGame(index);
|
// TODO: Check if a different game is running
|
||||||
|
var session = appModel.createSessionForApp(index);
|
||||||
session.exec();
|
session.exec();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
+3
-6
@@ -86,10 +86,9 @@ GridView {
|
|||||||
|
|
||||||
width: parent.width
|
width: parent.width
|
||||||
anchors.top: pcIcon.bottom
|
anchors.top: pcIcon.bottom
|
||||||
minimumPointSize: 12
|
font.pointSize: 36
|
||||||
font.pointSize: 48
|
|
||||||
horizontalAlignment: Text.AlignHCenter
|
horizontalAlignment: Text.AlignHCenter
|
||||||
fontSizeMode: Text.HorizontalFit
|
wrapMode: Text.Wrap
|
||||||
}
|
}
|
||||||
|
|
||||||
Text {
|
Text {
|
||||||
@@ -120,10 +119,8 @@ GridView {
|
|||||||
|
|
||||||
width: parent.width
|
width: parent.width
|
||||||
anchors.top: pcNameText.bottom
|
anchors.top: pcNameText.bottom
|
||||||
minimumPointSize: 12
|
font.pointSize: 24
|
||||||
font.pointSize: 36
|
|
||||||
horizontalAlignment: Text.AlignHCenter
|
horizontalAlignment: Text.AlignHCenter
|
||||||
fontSizeMode: Text.HorizontalFit
|
|
||||||
}
|
}
|
||||||
|
|
||||||
MouseArea {
|
MouseArea {
|
||||||
|
|||||||
Reference in New Issue
Block a user