Fixed indentation
This commit is contained in:
parent
094dd51a78
commit
d692958902
1 changed files with 1 additions and 1 deletions
|
@ -147,7 +147,7 @@ class MainWindow(QMainWindow, Ui_MainWindow):
|
|||
self.v_ingredients.setItem(self.v_ingredients.rowCount() - 1, 1, current_ingredient)
|
||||
|
||||
def ingredient_remove(self):
|
||||
self.v_ingredients.removeRow(self.v_ingredients.currentRow())
|
||||
self.v_ingredients.removeRow(self.v_ingredients.currentRow())
|
||||
|
||||
def utensil_add(self):
|
||||
if self.e_utensil.text():
|
||||
|
|
Reference in a new issue