From 3423bc3b7576fcb7454a454f22e1b43877397e73 Mon Sep 17 00:00:00 2001 From: Marcel Kapfer Date: Thu, 30 Apr 2020 21:36:10 +0200 Subject: [PATCH] Set index of tabs back to 0 --- ui_mainwindow.py | 2 +- ui_mainwindow.ui | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ui_mainwindow.py b/ui_mainwindow.py index 0b654cf..b0d2d6e 100644 --- a/ui_mainwindow.py +++ b/ui_mainwindow.py @@ -347,7 +347,7 @@ class Ui_MainWindow(object): self.menuBar.addAction(self.menuMen.menuAction()) self.retranslateUi(MainWindow) - self.tabWidget.setCurrentIndex(7) + self.tabWidget.setCurrentIndex(0) QtCore.QMetaObject.connectSlotsByName(MainWindow) MainWindow.setTabOrder(self.e_recipe_name, self.e_servings) MainWindow.setTabOrder(self.e_servings, self.e_time) diff --git a/ui_mainwindow.ui b/ui_mainwindow.ui index 93423ae..84390d7 100644 --- a/ui_mainwindow.ui +++ b/ui_mainwindow.ui @@ -68,7 +68,7 @@ - 7 + 0