Changelog update

This commit is contained in:
Khopa 2021-02-21 23:01:05 +01:00
parent 4c1b34461e
commit 688a20c312
2 changed files with 33 additions and 0 deletions

View File

@ -8,6 +8,17 @@ Saves from 2.4 are not compatible with 2.5.
## Fixes
# 2.4.3
## Features/Improvements
* **[New Game Wizard]** Added the possibility to setup custom start date
## Fixes
* **[Mods]** Updated C-130J mod data to version 6.4
* **[Mods]** Updated F-22A mod to latest version
# 2.4.2
## Features/Improvements

View File

@ -600,4 +600,26 @@ QGroupBox[style="IntelSummary"] QLabel {
margin: 0px;
font-size: 9px;
line-height: 9px;
}
QCalendarWidget
{
background-color:#ff0000;
border: 1px solid black;
}
QCalendarWidget QAbstractItemView
{
background-color:#699245;
border: 1px solid black;
}
QCalendarWidget QWidget {
color: #B7C0C6;
}
QCalendarWidget QTableView{
border-width: 2px;
background-color:lightgrey;
border: 1px solid black;
}