Skip to content

Commit 958d659

Browse files
authored
Fix status text visibility in TTD query widgets (#882)
1 parent 7061251 commit 958d659

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/ttdmemorywidget.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ void TTDMemoryQueryWidget::setupUI()
210210

211211
// Status label
212212
m_statusLabel = new QLabel("Ready");
213-
m_statusLabel->setStyleSheet("QLabel { color: #666; font-size: 12px; }");
213+
m_statusLabel->setStyleSheet("QLabel { font-size: 12px; }");
214214
mainLayout->addWidget(m_statusLabel);
215215

216216
setLayout(mainLayout);

0 commit comments

Comments
 (0)