Fix layout warning

Authored by elvisangelaccio on Jul 21 2017, 10:09 AM.

Description

Fix layout warning

This fixes the following warning:

QLayout: Attempting to add QLayout "" to PreviewsSettingsPage "", which already has a layout

topLayout->addLayout(fileSizeBoxLayout) takes ownership of
fileSizeBoxLayout, so there is no reason to use this as parent.

Details

Committed
elvisangelaccioJul 21 2017, 10:09 AM
Parents
R318:fccb89fc5c7a: Merge remote-tracking branch 'origin/Applications/17.08'
Branches
Unknown
Tags
Unknown