Fix copy paste error preventing macOS build

Introduced by 77df5b372c
This commit is contained in:
Alejandro Martinez
2024-05-22 19:58:32 -03:00
parent 5e3db39a49
commit 06a6dbed07

View File

@@ -1247,7 +1247,6 @@ WorkoutTagManagerPage::WorkoutTagManagerPage
#ifdef Q_OS_MAC
addButton->setText(tr("Add"));
delButton->setText(tr("Delete"));
deviceList->setAttribute(Qt::WA_MacShowFocusRect, 0);
#else
addButton->setFixedSize(20 * dpiXFactor, 20 * dpiYFactor);
delButton->setFixedSize(20 * dpiXFactor, 20 * dpiYFactor);