From 2bb5578be3fab1e73c5dd0344aa686e8b280f058 Mon Sep 17 00:00:00 2001 From: Flerp Date: Sun, 19 Apr 2026 11:58:46 -0700 Subject: [PATCH] Moved time tab --- mainwindow.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/mainwindow.cpp b/mainwindow.cpp index 7e69174..c3c5acd 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -682,8 +682,6 @@ void MainWindow::setupUI() { speedLayout->addWidget(sliderLabel); mainLayout->addWidget(speedBox); - tabWidget->addTab(mainTab, "Time"); - QWidget *usersTab = new QWidget; QHBoxLayout *usersTabLayout = new QHBoxLayout(usersTab); QVBoxLayout *usersLeftLayout = new QVBoxLayout(); @@ -771,6 +769,7 @@ void MainWindow::setupUI() { QWidget *worldTab = new QWidget; tabWidget->addTab(worldTab, "World"); + tabWidget->addTab(mainTab, "Time"); QWidget *historyTab = new QWidget; QVBoxLayout *historyLayout = new QVBoxLayout(historyTab);