ParthJadhav / Tkinter-Designer

An easy and fast way to create a Python GUI 🐍
BSD 3-Clause "New" or "Revised" License
8.98k stars 823 forks source link

Patched hex color when hex is a single digit #108

Closed saur0x closed 3 years ago

saur0x commented 3 years ago

When hex digit is a single digit, the string formatting doesn't pad it with zeros. This patch fixes #107 .

ParthJadhav commented 3 years ago

That's great ! Thanks for Informing @neilbaldwin and Thanks for solving @saur0x 🎉