mirror of
https://github.com/YACReader/yacreader
synced 2025-07-18 21:14:33 -04:00
Add some padding to the right of the search edit in macos
This commit is contained in:
@ -87,6 +87,7 @@ void YACReaderMainToolBar::setSearchWidget(QWidget *w)
|
||||
{
|
||||
addWideDivider();
|
||||
mainLayout->addWidget(w, 0, Qt::AlignVCenter);
|
||||
mainLayout->addSpacing(6);
|
||||
}
|
||||
|
||||
void YACReaderMainToolBar::paintEvent(QPaintEvent *event)
|
||||
|
Reference in New Issue
Block a user