From c6cae4220e4f0ec183797e230ef489d66f71b0ca Mon Sep 17 00:00:00 2001 From: Ronan Abhamon Date: Thu, 20 Apr 2017 11:25:57 +0200 Subject: [PATCH] fix(ui/views/App/Styles/Settings/SettingsVideoPreviewStyle): remove tabs --- .../App/Styles/Settings/SettingsVideoPreviewStyle.qml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 + } }