Ref T515, added validation dialog for model view

This commit is contained in:
Klaus Basan
2019-01-18 00:50:34 +01:00
committed by Mat Sutcliffe
parent 5c1f6d9029
commit bb9b5e8e97
6 changed files with 205 additions and 13 deletions

View File

@@ -92,11 +92,6 @@ BlackGui--Components--CSetupLoadingDialog {
background-image: url(:/textures/icons/textures/texture-inner.jpg);
}
BlackGui--Views--CAircraftModelStatisticsDialog {
background: black; /* background is background color here */
background-image: url(:/textures/icons/textures/texture-inner.jpg);
}
/* setup load dialog details frame */
/*
BlackGui--Components--CSetupLoadingDialog #fr_Details {
@@ -199,6 +194,10 @@ BlackGui--Components--CSimulatorSelector::disabled {
background: rgba(4, 105, 105, 105);
}
BlackGui--Components--CAircraftModelSetValidationDialog,
BlackGui--Components--CCoreSettingsDialog,
BlackGui--Views--CAircraftModelValidationDialog,
BlackGui--Views--CAircraftModelStatisticsDialog,
BlackGui--Components--CDownloadComponent,
BlackGui--Components--CDownloadDialog,
BlackGui--Components--CRawFsdMessagesComponent,