Skip to content

Commit 4fb5194

Browse files
committed
[qt6][ImageGallery] Adjust default cell size for a better fit
1 parent 9d0d7d8 commit 4fb5194

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

meshroom/ui/qml/ImageGallery/ImageGallery.qml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Panel {
2525
readonly property int centerViewId: (_reconstruction && _reconstruction.sfmTransform) ? parseInt(_reconstruction.sfmTransform.attribute("transformation").value) : 0
2626
readonly property alias galleryGrid: grid
2727

28-
property int defaultCellSize: 160
28+
property int defaultCellSize: 150
2929
property bool readOnly: false
3030

3131
property var filesByType: {}

0 commit comments

Comments
 (0)