Moved time tab
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user