shortcutswindow: Stop setting type hints

This commit is contained in:
Matthias Clasen 2020-03-06 12:55:28 -08:00
parent 66669e0573
commit ef9d7612f6

View File

@ -875,7 +875,6 @@ gtk_shortcuts_window_init (GtkShortcutsWindow *self)
PangoAttrList *attributes;
gtk_window_set_resizable (GTK_WINDOW (self), FALSE);
gtk_window_set_type_hint (GTK_WINDOW (self), GDK_SURFACE_TYPE_HINT_DIALOG);
priv->keywords = g_hash_table_new_full (NULL, NULL, NULL, g_free);
priv->search_items_hash = g_hash_table_new_full (g_str_hash, g_str_equal, g_free, NULL);