diff --git a/aqt/deckconf.py b/aqt/deckconf.py index d64b3bec1..86b4d882b 100644 --- a/aqt/deckconf.py +++ b/aqt/deckconf.py @@ -122,7 +122,6 @@ class DeckConf(QDialog): f.lrnSteps.setText(self.listToUser(c['delays'])) f.lrnGradInt.setValue(c['ints'][0]) f.lrnEasyInt.setValue(c['ints'][1]) - f.lrnFactor.setValue(c['initialFactor']/10.0) f.newOrder.setCurrentIndex(c['order']) f.newPerDay.setValue(c['perDay']) f.separate.setChecked(c['separate']) @@ -198,7 +197,6 @@ class DeckConf(QDialog): self.updateList(c, 'delays', f.lrnSteps) c['ints'][0] = f.lrnGradInt.value() c['ints'][1] = f.lrnEasyInt.value() - c['initialFactor'] = f.lrnFactor.value()*10 c['order'] = f.newOrder.currentIndex() c['perDay'] = f.newPerDay.value() c['separate'] = f.separate.isChecked() diff --git a/designer/dconf.ui b/designer/dconf.ui index 360aaab87..ef9b15f5a 100644 --- a/designer/dconf.ui +++ b/designer/dconf.ui @@ -74,6 +74,47 @@ + + + + 1 + + + + + + + 1 + + + + + + + + 0 + 0 + + + + days + + + + + + + days + + + + + + + Try not to show sibling notes next to each other + + + @@ -115,74 +156,6 @@ - - - - Starting factor - - - - - - - 1 - - - - - - - 1 - - - - - - - 130 - - - 1000 - - - 5 - - - - - - - - 0 - 0 - - - - days - - - - - - - days - - - - - - - % - - - - - - - Try not to show sibling notes next to each other - - - @@ -613,7 +586,6 @@ newPerDay lrnGradInt lrnEasyInt - lrnFactor separate revPerDay revSpace