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