diff --git a/qt/OpenRGBSoftwareInfoPage/OpenRGBSoftwareInfoPage.cpp b/qt/OpenRGBSoftwareInfoPage/OpenRGBSoftwareInfoPage.cpp
index ff741817..87cd1077 100644
--- a/qt/OpenRGBSoftwareInfoPage/OpenRGBSoftwareInfoPage.cpp
+++ b/qt/OpenRGBSoftwareInfoPage/OpenRGBSoftwareInfoPage.cpp
@@ -37,8 +37,5 @@ void OpenRGBSoftwareInfoPage::changeEvent(QEvent *event)
if(event->type() == QEvent::LanguageChange)
{
ui->retranslateUi(this);
-
- ui->SDKVersionValue->setText(QString::number(OPENRGB_SDK_PROTOCOL_VERSION));
- ui->PluginAPIVersionValue->setText(QString::number(OPENRGB_PLUGIN_API_VERSION));
}
}
diff --git a/qt/OpenRGBSoftwareInfoPage/OpenRGBSoftwareInfoPage.ui b/qt/OpenRGBSoftwareInfoPage/OpenRGBSoftwareInfoPage.ui
index 06589aba..4d7dc320 100644
--- a/qt/OpenRGBSoftwareInfoPage/OpenRGBSoftwareInfoPage.ui
+++ b/qt/OpenRGBSoftwareInfoPage/OpenRGBSoftwareInfoPage.ui
@@ -165,14 +165,14 @@
-
- SDK Version Value
+ SDK Version Value
-
- Plugin API Version Value
+ Plugin API Version Value