mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-05-28 04:12:32 -04:00
Revert "Add background colour to Log QSO buttons as stronger visual cue"
This reverts commit a8a1d8d0a7701610061e2e3e98c543e198aae981.
This commit is contained in:
parent
27a0182ab7
commit
1a914e980b
@ -41,8 +41,6 @@ LogQSO::LogQSO(QString const& programTitle, QSettings * settings
|
||||
|
||||
ok_->setAutoDefault (false);
|
||||
ok_->setFocusPolicy (Qt::ClickFocus);
|
||||
ok_->setStyleSheet ("background-color: green");
|
||||
cancel_->setStyleSheet ("background-color: red");
|
||||
cancel_->setAutoDefault (false);
|
||||
ui->button_layout->addStretch ();
|
||||
ui->button_layout->addWidget (ok_);
|
||||
|
Loading…
x
Reference in New Issue
Block a user