Reduce size of images used in about dialog to 64x64, fixes #3

This commit is contained in:
Marcel Stör 2017-02-18 22:37:20 +01:00
parent 862eb4bcb8
commit 1c12a9cffa
5 changed files with 4 additions and 4 deletions

View File

@ -15,10 +15,10 @@ class AboutDlg(wx.Dialog):
<html>
<body bgcolor="#DCDCDC" style="font-family: Arial; background-color: #DCDCDC;">
<center>
<img src="{0}/images/python-256.png" width="64" height="64" alt="Python">
<img src="{0}/images/icon-256.png" width="64" height="64" alt="NodeMCU">
<img src="{0}/images/espressif-256.png" width="64" height="64" alt="Espressif, producers of ESP8266 et.al.">
<img src="{0}/images/wxpython-256.png" width="64" height="43" alt="wxPython, cross-platform GUI framework">
<img src="{0}/images/python-64.png" width="64" height="64" alt="Python">
<img src="{0}/images/icon-64.png" width="64" height="64" alt="NodeMCU">
<img src="{0}/images/espressif-64.png" width="64" height="64" alt="Espressif, producers of ESP8266 et.al.">
<img src="{0}/images/wxpython-64.png" width="64" height="43" alt="wxPython, cross-platform GUI framework">
<h1>NodeMCU PyFlasher</h1>

BIN
images/espressif-64.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

BIN
images/icon-64.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.8 KiB

BIN
images/python-64.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

BIN
images/wxpython-64.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.3 KiB