mirror of
https://github.com/esphome/esphome-flasher.git
synced 2024-11-16 10:55:31 +01:00
Reduce size of images used in about dialog to 64x64, fixes #3
This commit is contained in:
parent
862eb4bcb8
commit
1c12a9cffa
8
About.py
8
About.py
@ -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
BIN
images/espressif-64.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 11 KiB |
BIN
images/icon-64.png
Normal file
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
BIN
images/python-64.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 10 KiB |
BIN
images/wxpython-64.png
Normal file
BIN
images/wxpython-64.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 9.3 KiB |
Loading…
Reference in New Issue
Block a user