We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d0d7d8 commit 4fb5194Copy full SHA for 4fb5194
meshroom/ui/qml/ImageGallery/ImageGallery.qml
@@ -25,7 +25,7 @@ Panel {
25
readonly property int centerViewId: (_reconstruction && _reconstruction.sfmTransform) ? parseInt(_reconstruction.sfmTransform.attribute("transformation").value) : 0
26
readonly property alias galleryGrid: grid
27
28
- property int defaultCellSize: 160
+ property int defaultCellSize: 150
29
property bool readOnly: false
30
31
property var filesByType: {}
0 commit comments