From 6502d3669fed646f47ef3e255146679802bfe893 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 13 Jul 2020 08:23:39 -0400 Subject: [PATCH 1/2] print-editor: Set the devel style class Lets clearly communicate that we're unstable. --- demos/print-editor/print-editor.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/demos/print-editor/print-editor.c b/demos/print-editor/print-editor.c index e6353fa054..eda61a061d 100644 --- a/demos/print-editor/print-editor.c +++ b/demos/print-editor/print-editor.c @@ -781,6 +781,8 @@ activate (GApplication *app) gtk_application_window_set_show_menubar (GTK_APPLICATION_WINDOW (main_window), TRUE); update_title (GTK_WINDOW (main_window)); + gtk_widget_add_css_class (main_window, "devel"); + box = gtk_box_new (GTK_ORIENTATION_VERTICAL, 0); gtk_window_set_child (GTK_WINDOW (main_window), box); From 08a4f4552c58de188a6d95512eed8df857659e70 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 13 Jul 2020 08:26:20 -0400 Subject: [PATCH 2/2] Give the inspector a devel header too Lets clearly communicate that we're unstable. --- gtk/inspector/window.ui | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gtk/inspector/window.ui b/gtk/inspector/window.ui index 5a46d0fb15..015940ec07 100644 --- a/gtk/inspector/window.ui +++ b/gtk/inspector/window.ui @@ -10,6 +10,9 @@