data: added tooltip view css file to windows installer

* also renamed css file for tooltip view to conform to names of other css files
This commit is contained in:
malte_langkabel
2017-08-08 17:12:47 +02:00
parent 43c647e2d2
commit 42fc52b8f7
4 changed files with 10 additions and 5 deletions
+1 -1
View File
@@ -72,6 +72,6 @@ bool QtTooltipView::tooltipVisible() const
void QtTooltipView::setStyleSheet()
{
m_widget->setStyleSheet(
utility::getStyleSheet(ResourcePaths::getGuiPath().concat(FilePath("tooltip_view/tooltip.css"))).c_str()
utility::getStyleSheet(ResourcePaths::getGuiPath().concat(FilePath("tooltip_view/tooltip_view.css"))).c_str()
);
}