mirror of
https://github.com/YACReader/yacreader
synced 2025-05-28 03:10:27 -04:00
Remove setMargin usage
This commit is contained in:
parent
09e85e48bf
commit
088ccdf094
@ -143,7 +143,6 @@ YACReaderTranslator::YACReaderTranslator(Viewer *parent)
|
|||||||
|
|
||||||
resize(400, 479);
|
resize(400, 479);
|
||||||
|
|
||||||
layout->setMargin(0);
|
|
||||||
layout->setContentsMargins(18, 12, 18, 12);
|
layout->setContentsMargins(18, 12, 18, 12);
|
||||||
setContentsMargins(0, 0, 0, 0);
|
setContentsMargins(0, 0, 0, 0);
|
||||||
layout->setSpacing(0);
|
layout->setSpacing(0);
|
||||||
|
Loading…
Reference in New Issue
Block a user