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:
Eberhard Graether
2017-06-28 16:38:40 +02:00
parent a2554a9f75
commit 99ea3b2a25
7 changed files with 50 additions and 10 deletions
@@ -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)