mirror of
https://github.com/redstrate/Astra.git
synced 2025-04-21 04:07:46 +00:00
Fix up formatting on game license combo box
This commit is contained in:
parent
a2bb741c72
commit
17b5130eb7
1 changed files with 2 additions and 2 deletions
|
@ -180,8 +180,8 @@ SettingsWindow::SettingsWindow(int defaultTab, LauncherWindow& window, LauncherC
|
||||||
loginBoxLayout->addRow("Server Lobby", serverType);
|
loginBoxLayout->addRow("Server Lobby", serverType);
|
||||||
|
|
||||||
gameLicenseBox = new QComboBox();
|
gameLicenseBox = new QComboBox();
|
||||||
gameLicenseBox->insertItem(0, "Windows Standalone");
|
gameLicenseBox->insertItem(0, "Windows (Standalone)");
|
||||||
gameLicenseBox->insertItem(1, "Windows Steam");
|
gameLicenseBox->insertItem(1, "Windows (Steam)");
|
||||||
gameLicenseBox->insertItem(2, "macOS");
|
gameLicenseBox->insertItem(2, "macOS");
|
||||||
|
|
||||||
connect(gameLicenseBox,
|
connect(gameLicenseBox,
|
||||||
|
|
Loading…
Add table
Reference in a new issue