mirror of
https://github.com/YACReader/yacreader
synced 2025-05-28 03:10:27 -04:00
Add some padding to the right of the search edit in macos
This commit is contained in:
parent
61c50df384
commit
4ef90ab660
@ -87,6 +87,7 @@ void YACReaderMainToolBar::setSearchWidget(QWidget *w)
|
||||
{
|
||||
addWideDivider();
|
||||
mainLayout->addWidget(w, 0, Qt::AlignVCenter);
|
||||
mainLayout->addSpacing(6);
|
||||
}
|
||||
|
||||
void YACReaderMainToolBar::paintEvent(QPaintEvent *event)
|
||||
|
Loading…
Reference in New Issue
Block a user