[qt] More contrast download button text color #5337

Merged
biodranik merged 1 commit from ab-qt-download-button-text-color into master 2023-06-14 04:49:54 +00:00

View file

@ -447,6 +447,8 @@ Framework & MainWindow::GetFramework() const
void MainWindow::CreateCountryStatusControls()
{
setStyleSheet("QPushButton { color: black; } QLabel { color: black; }");
QHBoxLayout * mainLayout = new QHBoxLayout();
m_downloadButton = new QPushButton("Download");
mainLayout->addWidget(m_downloadButton, 0, Qt::AlignHCenter);