We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7061251 commit 958d659Copy full SHA for 958d659
ui/ttdmemorywidget.cpp
@@ -210,7 +210,7 @@ void TTDMemoryQueryWidget::setupUI()
210
211
// Status label
212
m_statusLabel = new QLabel("Ready");
213
- m_statusLabel->setStyleSheet("QLabel { color: #666; font-size: 12px; }");
+ m_statusLabel->setStyleSheet("QLabel { font-size: 12px; }");
214
mainLayout->addWidget(m_statusLabel);
215
216
setLayout(mainLayout);
0 commit comments