mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Changelog update
This commit is contained in:
parent
4c1b34461e
commit
688a20c312
11
changelog.md
11
changelog.md
@ -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
|
||||
|
||||
@ -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;
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user