Text message improvements

* css (text message style sheet)
* settings/send to group boxes NOT checked at beginning
* qss
* string concat with %
This commit is contained in:
Klaus Basan
2019-01-19 18:03:54 +01:00
committed by Mat Sutcliffe
parent 77e642d42d
commit 27b9c5e8c8
5 changed files with 20 additions and 55 deletions

View File

@@ -86,12 +86,6 @@ BlackGui--Components--CCopyConfigurationComponent {
}
*/
/* setup load dialog */
BlackGui--Components--CSetupLoadingDialog {
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 {
@@ -100,12 +94,6 @@ BlackGui--Components--CSetupLoadingDialog #fr_Details {
}
*/
/** dialog for airports **/
BlackGui--Components--CAirportDialog {
background: black; /* background is background color here */
background-image: url(:/textures/icons/textures/texture-inner.jpg);
}
/* core settings */
/* needed for CCoreSettingsDialog */
/* BlackGui::Components::CSettingsComponent */
@@ -198,6 +186,10 @@ BlackGui--Components--CAircraftModelSetValidationDialog,
BlackGui--Components--CCoreSettingsDialog,
BlackGui--Views--CAircraftModelValidationDialog,
BlackGui--Views--CAircraftModelStatisticsDialog,
BlackGui--Components--CSettingsFontDialog,
BlackGui--Components--CAirportDialog,
BlackGui--Components--CTextEditDialog,
BlackGui--Components--CSetupLoadingDialog,
BlackGui--Components--CDownloadComponent,
BlackGui--Components--CDownloadDialog,
BlackGui--Components--CRawFsdMessagesComponent,