diff --git a/qt/aqt/forms/preferences.ui b/qt/aqt/forms/preferences.ui
index e8c613a6e..43f2be44f 100644
--- a/qt/aqt/forms/preferences.ui
+++ b/qt/aqt/forms/preferences.ui
@@ -399,78 +399,89 @@
-
-
-
- preferences_review
-
-
-
-
-
-
-
- 0
- 0
-
-
-
- preferences_show_play_buttons_on_cards_with
-
-
-
- -
-
-
-
- 0
- 0
-
-
-
- preferences_interrupt_current_audio_when_answering
-
-
-
- -
-
-
-
- 0
- 0
-
-
-
- preferences_show_remaining_card_count
-
-
-
- -
-
-
-
- 0
- 0
-
-
-
- preferences_show_next_review_time_above_answer
-
-
-
- -
-
-
-
- 0
- 0
-
-
-
- preferences_spacebar_rates_card
-
-
-
-
-
+
+ -
+
+
+ preferences_review
+
+
+
-
+
+
+
+ 0
+ 0
+
+
+
+ preferences_show_play_buttons_on_cards_with
+
+
+
+ -
+
+
+
+ 0
+ 0
+
+
+
+ preferences_interrupt_current_audio_when_answering
+
+
+
+ -
+
+
+
+ 0
+ 0
+
+
+
+ preferences_show_remaining_card_count
+
+
+
+ -
+
+
+
+ 0
+ 0
+
+
+
+ preferences_show_next_review_time_above_answer
+
+
+
+ -
+
+
+
+ 0
+ 0
+
+
+
+ preferences_spacebar_rates_card
+
+
+
+
+
+
+ -
+
+
+ preferences_answer_keys
+
+
+
+
-
@@ -1121,6 +1132,7 @@
theme
styleComboBox
uiScale
+ resetWindowSizes
hide_top_bar
topBarComboBox
hide_bottom_bar
diff --git a/qt/aqt/preferences.py b/qt/aqt/preferences.py
index 7f643894e..e0eb089be 100644
--- a/qt/aqt/preferences.py
+++ b/qt/aqt/preferences.py
@@ -61,9 +61,7 @@ class Preferences(QDialog):
(3, tr.studying_good()),
(4, tr.studying_easy()),
)
- self.form.review_options_layout.addWidget(
- group := QGroupBox(tr.preferences_answer_keys())
- )
+ group = self.form.preferences_answer_keys
group.setLayout(layout := QFormLayout())
for ease, label in ease_labels:
layout.addRow(