mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-07-10 05:35:20 -04:00
Avoid overriding style sheet for astronomical data dialog background
This commit is contained in:
parent
28b00fe494
commit
ee157cde96
@ -46,7 +46,8 @@ Astro::Astro(QSettings * settings, Configuration const * configuration, QWidget
|
|||||||
{
|
{
|
||||||
ui_->setupUi (this);
|
ui_->setupUi (this);
|
||||||
setWindowTitle (QApplication::applicationName () + " - " + tr ("Astronomical Data"));
|
setWindowTitle (QApplication::applicationName () + " - " + tr ("Astronomical Data"));
|
||||||
setStyleSheet ("QWidget {background: white;}");
|
setBackgroundRole (QPalette::Base);
|
||||||
|
setAutoFillBackground (true);
|
||||||
connect (ui_->cbDopplerTracking, &QAbstractButton::toggled, ui_->doppler_widget, &QWidget::setVisible);
|
connect (ui_->cbDopplerTracking, &QAbstractButton::toggled, ui_->doppler_widget, &QWidget::setVisible);
|
||||||
read_settings ();
|
read_settings ();
|
||||||
ui_->text_label->clear ();
|
ui_->text_label->clear ();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user