Skip to content

Commit

Permalink
fixed gallery selector size
Browse files Browse the repository at this point in the history
  • Loading branch information
Venemo committed Aug 21, 2015
1 parent 3eec3ee commit 87e12df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qml/default/GallerySelectorDialog.qml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Dialog
cellWidth: imageSelectorGrid.width / 4 - 5
cellHeight: imageSelectorGrid.cellWidth / fileSelectorDialog.width * fileSelectorDialog.height
width: fileSelectorDialog.width * 4 / 5
height: fileSelectorDialog.height - 160
height: (fileSelectorDialog.height - 160) / uiScalingFactor
clip: true
focus: true
cacheBuffer: imageSelectorGrid.height / 2
Expand Down

0 comments on commit 87e12df

Please sign in to comment.