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
+2
View File
@@ -110,6 +110,8 @@ void QtSearchBar::refreshStyle()
ResourcePaths::getGuiPath().str() + "search_view/images/home.png",
"search/button"
));
m_searchBox->refreshStyle();
}
void QtSearchBar::homeButtonClicked()