Fix task priority/status color, fix editable field in config, Fix column

length, Fix redraw after updating config
This commit is contained in:
Aurélie Delhaie
2022-12-25 10:59:15 +01:00
parent eabaedbef8
commit 361dda51ba
4 changed files with 57 additions and 88 deletions

View File

@@ -4,8 +4,8 @@ greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
CONFIG += c++17
win32:VERSION = 0.1.0.0 # major.minor.patch.build
else:VERSION = 0.1.0 # major.minor.patch
win32:VERSION = 0.1.1.0 # major.minor.patch.build
else:VERSION = 0.1.1 # major.minor.patch
DEFINES += APP_VERSION=\"\\\"$${VERSION}\\\"\"
DEFINES += APP_NAME=\"\\\"TaskBoard\\\"\"