bbogush / nand_programmer

NANDO - NAND Open programmer
GNU General Public License v3.0
314 stars 119 forks source link

The font size is too small when opening the chip library #84

Open searise-H opened 2 months ago

searise-H commented 2 months ago

when open Seting-parallel chip database or SPI chip database ,The font size is too small. My operating system is WIN7 simplified Chinese.Can be corrected this Issue.

searise-H commented 1 month ago

In paralle chip db dialog.cpp and Spi chip db dialop.cpp file, change the statement QFont font("Courier New",6) to QFont font("Courier New",11), and rebuild it.