diff options
Diffstat (limited to 'main/data')
-rw-r--r-- | main/data/settings_dialog.ui | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/main/data/settings_dialog.ui b/main/data/settings_dialog.ui index 00870ebb..a8b24135 100644 --- a/main/data/settings_dialog.ui +++ b/main/data/settings_dialog.ui @@ -2,7 +2,7 @@ <interface> <template class="DinoUiSettingsDialog" parent="AdwPreferencesWindow"> <property name="default-width">500</property> - <property name="default-height">420</property> + <property name="default-height">360</property> <property name="modal">True</property> <property name="search-enabled">False</property> <child> @@ -66,18 +66,6 @@ </child> </object> </child> - <child> - <object class="AdwActionRow"> - <property name="title" translatable="yes">Check _Spelling</property> - <property name="use-underline">True</property> - <property name="activatable-widget">check_spelling_switch</property> - <child type="suffix"> - <object class="GtkSwitch" id="check_spelling_switch"> - <property name="valign">center</property> - </object> - </child> - </object> - </child> </object> </child> </object> |