[gtk/present-toplevel-2: 61/79] shortcutswindow: Stop setting type hints



commit 9635c55bfe0e8d8786ea47e979796e09bf12e8ae
Author: Matthias Clasen <mclasen redhat com>
Date:   Fri Mar 6 12:55:28 2020 -0800

    shortcutswindow: Stop setting type hints

 gtk/gtkshortcutswindow.c | 1 -
 1 file changed, 1 deletion(-)
---
diff --git a/gtk/gtkshortcutswindow.c b/gtk/gtkshortcutswindow.c
index bfeb4346d3..292b1171be 100644
--- a/gtk/gtkshortcutswindow.c
+++ b/gtk/gtkshortcutswindow.c
@@ -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);


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]