fix(ui/views/App/Styles/Settings/SettingsVideoPreviewStyle): remove tabs

This commit is contained in:
Ronan Abhamon 2017-04-20 11:25:57 +02:00
parent 2d9bef6a9d
commit c6cae4220e

View file

@ -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
}
}