mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-05-31 09:56:32 +02:00
[ui] Viewer: use flat combobox for better integration in the Viewer
This commit is contained in:
parent
9c70ce5693
commit
fcdb3721c3
1 changed files with 2 additions and 1 deletions
|
@ -253,7 +253,8 @@ FocusScope {
|
|||
// set min size to 5 characters + one margin for the combobox
|
||||
Layout.minimumWidth: 6.0 * Qt.application.font.pixelSize
|
||||
Layout.preferredWidth: Layout.minimumWidth
|
||||
|
||||
flat: true
|
||||
|
||||
property var types: ["image", "depth", "sim"]
|
||||
property string type: types[currentIndex]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue