mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Merge branch 'theater-refactor' into develop
This commit is contained in:
@@ -72,10 +72,10 @@ if dcsLiberation and SkynetIADS then
|
||||
end
|
||||
|
||||
--add EW units to the IADS:
|
||||
iads:addEarlyWarningRadarsByPrefix(coalitionPrefix .. " EW")
|
||||
iads:addEarlyWarningRadarsByPrefix(coalitionPrefix .. "|EWR|")
|
||||
|
||||
--add SAM groups to the IADS:
|
||||
iads:addSAMSitesByPrefix(coalitionPrefix .. " SAM")
|
||||
iads:addSAMSitesByPrefix(coalitionPrefix .. "|SAM|")
|
||||
|
||||
-- specific configurations, for each SAM type
|
||||
if actAsEwr then
|
||||
|
||||
@@ -19,6 +19,14 @@ grey text -------------------- #B7C0C6
|
||||
|
||||
*/
|
||||
|
||||
/*
|
||||
* Makes all message box text selectable.
|
||||
* https://stackoverflow.com/a/32595502/632035
|
||||
*/
|
||||
QMessageBox {
|
||||
messagebox-text-interaction-flags: 5;
|
||||
}
|
||||
|
||||
/*QMenuBar*/
|
||||
QMenuBar {
|
||||
spacing: 2px; /* spacing between menu bar items */
|
||||
|
||||
@@ -1,3 +1,11 @@
|
||||
/*
|
||||
windows basis styles
|
||||
*/
|
||||
|
||||
/*
|
||||
* Makes all message box text selectable.
|
||||
* https://stackoverflow.com/a/32595502/632035
|
||||
*/
|
||||
QMessageBox {
|
||||
messagebox-text-interaction-flags: 5;
|
||||
}
|
||||
Reference in New Issue
Block a user