mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-08-04 01:08:26 +02:00
[ImageGallery] Display camera initialization label with default label if it differs
This commit is contained in:
parent
6791f02f2d
commit
59650d54b3
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