Commit 791d2e70 authored by Dan Pascu's avatar Dan Pascu

Set the icon for the server tools window

parent 0fbe5eff
...@@ -646,6 +646,7 @@ class ServerToolsWindow(base_class, ui_class): ...@@ -646,6 +646,7 @@ class ServerToolsWindow(base_class, ui_class):
self.account_button.setMenu(QMenu(self.account_button)) self.account_button.setMenu(QMenu(self.account_button))
self.setWindowTitle('Blink Server Tools') self.setWindowTitle('Blink Server Tools')
self.setWindowIconText('Server Tools') self.setWindowIconText('Server Tools')
self.setWindowIcon(QIcon(Resources.get('icons/blink48.png')))
self.model = model self.model = model
self.tab_widget.addTab(ServerToolsWebView(self), '') self.tab_widget.addTab(ServerToolsWebView(self), '')
font = self.account_label.font() font = self.account_label.font()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment