ui: Fixed zoom issues
* Show font size change as number not percent * Show current graph zoom in label next to zoom buttons * Fixed search blocks not properly updated when fonts size changes
This commit is contained in:
@@ -172,6 +172,11 @@ void QtSmartSearchBox::findFulltext()
|
||||
setEditText(QChar(SearchMatch::FULLTEXT_SEARCH_CHARACTER));
|
||||
}
|
||||
|
||||
void QtSmartSearchBox::refreshStyle()
|
||||
{
|
||||
updateElements();
|
||||
}
|
||||
|
||||
bool QtSmartSearchBox::event(QEvent *event)
|
||||
{
|
||||
if (event->type() == QEvent::KeyPress)
|
||||
|
||||
Reference in New Issue
Block a user