Further nice-ification of the runtime UI.

This commit is contained in:
Dave Page
2016-01-25 17:21:00 +00:00
parent f1f09242ed
commit 39e822e846
10 changed files with 20 additions and 16 deletions
+1
View File
@@ -133,6 +133,7 @@ int main(int argc, char * argv[])
// Create & show the main window
BrowserWindow browserWindow(appServerUrl);
browserWindow.setWindowTitle(PGA_APP_NAME);
browserWindow.setWindowIcon(QIcon(":/pgAdmin4.ico"));
browserWindow.show();
// Go!