From 17b5130eb77ef3c3f381f92f9156b62d82d3d970 Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Sat, 9 Apr 2022 17:54:51 -0400 Subject: [PATCH] Fix up formatting on game license combo box --- src/settingswindow.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/settingswindow.cpp b/src/settingswindow.cpp index a77c791..c8799a5 100644 --- a/src/settingswindow.cpp +++ b/src/settingswindow.cpp @@ -180,8 +180,8 @@ SettingsWindow::SettingsWindow(int defaultTab, LauncherWindow& window, LauncherC loginBoxLayout->addRow("Server Lobby", serverType); gameLicenseBox = new QComboBox(); - gameLicenseBox->insertItem(0, "Windows Standalone"); - gameLicenseBox->insertItem(1, "Windows Steam"); + gameLicenseBox->insertItem(0, "Windows (Standalone)"); + gameLicenseBox->insertItem(1, "Windows (Steam)"); gameLicenseBox->insertItem(2, "macOS"); connect(gameLicenseBox,