mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2026-06-18 06:30:55 +00:00
Minor tweak to the label layout of running apps
This commit is contained in:
+2
-2
@@ -158,12 +158,12 @@ GridView {
|
|||||||
visible: appIcon.isPlaceholder
|
visible: appIcon.isPlaceholder
|
||||||
text: model.name
|
text: model.name
|
||||||
width: appIcon.width
|
width: appIcon.width
|
||||||
height: model.running ? 150 : appIcon.height
|
height: model.running ? 175 : appIcon.height
|
||||||
anchors.left: appIcon.left
|
anchors.left: appIcon.left
|
||||||
anchors.right: appIcon.right
|
anchors.right: appIcon.right
|
||||||
anchors.bottom: appIcon.bottom
|
anchors.bottom: appIcon.bottom
|
||||||
font.pointSize: 22
|
font.pointSize: 22
|
||||||
verticalAlignment: model.running ? Text.AlignTop : Text.AlignVCenter
|
verticalAlignment: Text.AlignVCenter
|
||||||
horizontalAlignment: Text.AlignHCenter
|
horizontalAlignment: Text.AlignHCenter
|
||||||
wrapMode: Text.Wrap
|
wrapMode: Text.Wrap
|
||||||
elide: Text.ElideRight
|
elide: Text.ElideRight
|
||||||
|
|||||||
Reference in New Issue
Block a user