mirror of
https://github.com/YACReader/yacreader
synced 2025-07-27 01:15:07 -04:00
fixed widgets layout in GridComicsView
This commit is contained in:
@ -25,6 +25,7 @@ GridComicsView::GridComicsView(QWidget *parent) :
|
|||||||
|
|
||||||
setContentsMargins(0,0,0,0);
|
setContentsMargins(0,0,0,0);
|
||||||
l->setContentsMargins(0,0,0,0);
|
l->setContentsMargins(0,0,0,0);
|
||||||
|
l->setSpacing(0);
|
||||||
|
|
||||||
QLOG_INFO() << "GridComicsView";
|
QLOG_INFO() << "GridComicsView";
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user