mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-08-03 08:48:40 +02:00
[ui] Rename general and UI settings components
This commit is contained in:
parent
d1b728c68b
commit
d89aec0250
3 changed files with 11 additions and 11 deletions
|
@ -21,7 +21,7 @@ Page {
|
|||
property alias unsavedDialog: unsavedDialog
|
||||
|
||||
Settings {
|
||||
id: settings_UILayout
|
||||
id: settingsUILayout
|
||||
category: 'UILayout'
|
||||
property alias showLiveReconstruction: liveSfMVisibilityCB.checked
|
||||
property alias showGraphEditor: graphEditorVisibilityCB.checked
|
||||
|
@ -1054,7 +1054,7 @@ Page {
|
|||
orientation: Qt.Horizontal
|
||||
width: parent.width
|
||||
height: Math.round(parent.height * 0.3)
|
||||
visible: settings_UILayout.showGraphEditor
|
||||
visible: settingsUILayout.showGraphEditor
|
||||
|
||||
TabPanel {
|
||||
id: graphEditorPanel
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue