Closed crotoc closed 2 years ago
Hi, thanks again for adding buttons of zooming for wlxwebkit_qt5. I shrink the size of control bar for more space for viewing web content. Thanks again!
try main->setSpacing(0);
main->setSpacing(0);
I tried this one. Your code also shrinks the size of control bar. Thanks!
my bad, ill fix it later
also copypasted main->setContentsMargins(1, 1, 1, 1); from qtpdfview_qt5
main->setContentsMargins(1, 1, 1, 1);
Hi, thanks again for adding buttons of zooming for wlxwebkit_qt5. I shrink the size of control bar for more space for viewing web content. Thanks again!