Skip to content

Commit

Permalink
Icon Height Android
Browse files Browse the repository at this point in the history
  • Loading branch information
dragoonDorise committed Jan 19, 2022
1 parent 15d52c5 commit 498c0ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/ListPage.qml
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ import QtQuick 2.12
Image {
id: game_screenshot
width: parent.width
height:currentCollection.games.get(gameView.currentIndex).description ? parent.height*0.6 : parent.height*0.8
height:currentCollection.shortName == "android" ? parent.height*0.2 : currentCollection.games.get(gameView.currentIndex).description ? parent.height*0.6 : parent.height*0.8
fillMode: Image.PreserveAspectFit
anchors.top:parent.top
anchors.right: parent.right
Expand Down

0 comments on commit 498c0ce

Please sign in to comment.