diff options
author | fiaxh <git@lightrise.org> | 2023-02-09 12:30:02 +0100 |
---|---|---|
committer | fiaxh <git@lightrise.org> | 2023-02-09 12:35:50 +0100 |
commit | 9bf304095c1acd14e10c499585057695d413ef06 (patch) | |
tree | 1b7294cbfeaa46dcec9f009ac61cbc513fafbe20 /main/data/settings_dialog.ui | |
parent | e554f90ff92d6818ca399983e47d54b89352d5a2 (diff) | |
download | dino-9bf304095c1acd14e10c499585057695d413ef06.tar.gz dino-9bf304095c1acd14e10c499585057695d413ef06.zip |
Remove spell check setting
As there is currently no spell check support for GTK4
Diffstat (limited to 'main/data/settings_dialog.ui')
-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> |