mirror of
https://github.com/YACReader/yacreader
synced 2025-07-14 11:04:25 -04:00
Remove setMargin usage
This commit is contained in:
@ -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);
|
||||||
|
Reference in New Issue
Block a user