Updated the application icon.

master
Pacman Ghost 6 years ago
parent 102dbcab33
commit 0e6015af1b
  1. 2
      vasl_templates/main_window.py
  2. BIN
      vasl_templates/webapp/static/images/app.ico
  3. 2
      vasl_templates/webapp/templates/index.html

@ -52,7 +52,7 @@ class MainWindow( QWidget ):
# initialize the main window
self.setWindowTitle( APP_NAME )
self.setWindowIcon( QIcon(
os.path.join( os.path.split(__file__)[0], "webapp/static/images/snippet.png" )
os.path.join( os.path.split(__file__)[0], "webapp/static/images/app.ico" )
) )
# set the window geometry

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.1 KiB

After

Width:  |  Height:  |  Size: 1.7 KiB

@ -4,7 +4,7 @@
<head>
<meta charset="utf-8">
<title> {{APP_NAME}} </title>
<link rel="shortcut icon" href="{{url_for('static', filename='images/snippet.png')}}">
<link rel="shortcut icon" href="{{url_for('static', filename='images/app.ico')}}">
<link rel="stylesheet" type="text/css" href="{{url_for('static',filename='jquery-ui/jquery-ui.min.css')}}" />
<link rel="stylesheet" type="text/css" href="{{url_for('static',filename='growl/jquery.growl.css')}}" />
<link rel="stylesheet" type="text/css" href="{{url_for('static',filename='popmenu/jquery.popmenu.css')}}" />

Loading…
Cancel
Save