mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-08-04 09:18:27 +02:00
Merge pull request #2383 from alicevision/dev/displayCameraInitLabel
[ImageGallery] Display CameraInit label and defaultLabel to avoid confusion
This commit is contained in:
commit
bab2fa910e
1 changed files with 1 additions and 1 deletions
|
@ -674,7 +674,7 @@ Panel {
|
|||
|
||||
Label {
|
||||
id: groupName
|
||||
text: root.cameraInit ? root.cameraInit.label : ""
|
||||
text: root.cameraInit ? "<b>" + root.cameraInit.label + "</b>" + (root.cameraInit.label !== root.cameraInit.defaultLabel ? " (" + root.cameraInit.defaultLabel + ")" : "") : ""
|
||||
font.pointSize: 8
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue