mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Flesh out intel displays.
* Add enemy air and ground unit reports. * Changes the summary to be a comparison of relative strengths rather than raw enemy numbers. Fixes https://github.com/Khopa/dcs_liberation/issues/658
This commit is contained in:
@@ -546,7 +546,7 @@ QGroupBox[style="QWeatherWidget"] {
|
||||
padding: 0px;
|
||||
margin-left: 0px;
|
||||
margin-right: 5px;
|
||||
margin-top: 1ex;
|
||||
margin-top: 1px;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
|
||||
@@ -555,4 +555,22 @@ QGroupBox[style="QWeatherWidget"] QLabel[style="text-sm"] {
|
||||
margin: 0px;
|
||||
font-size: 9px;
|
||||
line-height: 9px;
|
||||
}
|
||||
|
||||
QGroupBox[style="IntelSummary"] {
|
||||
padding-left: 40px;
|
||||
padding-right: 0px;
|
||||
padding-top: 0px;
|
||||
padding-bottom: 0px;
|
||||
margin-left: 0px;
|
||||
margin-right: 5px;
|
||||
margin-top: 1px;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
|
||||
QGroupBox[style="IntelSummary"] QLabel {
|
||||
padding: 0px;
|
||||
margin: 0px;
|
||||
font-size: 9px;
|
||||
line-height: 9px;
|
||||
}
|
||||
Reference in New Issue
Block a user