diff --git a/linphone-desktop/ui/views/App/Styles/Settings/SettingsVideoPreviewStyle.qml b/linphone-desktop/ui/views/App/Styles/Settings/SettingsVideoPreviewStyle.qml index e324738cc..4f01423ea 100644 --- a/linphone-desktop/ui/views/App/Styles/Settings/SettingsVideoPreviewStyle.qml +++ b/linphone-desktop/ui/views/App/Styles/Settings/SettingsVideoPreviewStyle.qml @@ -7,8 +7,8 @@ QtObject { property int height: 480 property int width: 640 - property QtObject preview: QtObject { - property int leftMargin: 25 - property int rightMargin: 25 - } + property QtObject preview: QtObject { + property int leftMargin: 25 + property int rightMargin: 25 + } }