From e16647c86a8d2ea83d86e5ed8c866d20253825ee Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Tue, 9 Jun 2009 05:05:20 +0900 Subject: [PATCH] adjust # of tabs in model properties --- ankiqt/ui/modelproperties.py | 1 - 1 file changed, 1 deletion(-) diff --git a/ankiqt/ui/modelproperties.py b/ankiqt/ui/modelproperties.py index 399428395..fb2a4602f 100644 --- a/ankiqt/ui/modelproperties.py +++ b/ankiqt/ui/modelproperties.py @@ -10,7 +10,6 @@ from anki.models import FieldModel, CardModel from ankiqt import ui tabs = ("General", - "Fields", "Cards") class ModelProperties(QDialog):