mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2026-07-25 11:34:26 -04:00
Revert "Revert to colouring just the OK Log QSO button to help with colour-blindness accessibility"
This reverts commit b9e194b74f.
This commit is contained in:
@@ -42,6 +42,7 @@ 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_);
|
||||
|
||||
Reference in New Issue
Block a user