mirror of
https://github.com/moonlight-stream/moonlight-qt
synced 2024-11-10 05:34:17 +00:00
Minor tweak to the label layout of running apps
This commit is contained in:
parent
de8b12f594
commit
d4b0057423
1 changed files with 2 additions and 2 deletions
|
@ -158,12 +158,12 @@ GridView {
|
|||
visible: appIcon.isPlaceholder
|
||||
text: model.name
|
||||
width: appIcon.width
|
||||
height: model.running ? 150 : appIcon.height
|
||||
height: model.running ? 175 : appIcon.height
|
||||
anchors.left: appIcon.left
|
||||
anchors.right: appIcon.right
|
||||
anchors.bottom: appIcon.bottom
|
||||
font.pointSize: 22
|
||||
verticalAlignment: model.running ? Text.AlignTop : Text.AlignVCenter
|
||||
verticalAlignment: Text.AlignVCenter
|
||||
horizontalAlignment: Text.AlignHCenter
|
||||
wrapMode: Text.Wrap
|
||||
elide: Text.ElideRight
|
||||
|
|
Loading…
Reference in a new issue