[gnome-builder/wip/chergert/326redesign: 20/21] layout: drop use of custom css element name



commit 6c382c8b212764bc5e2189ceb503fe53ae883f3b
Author: Christian Hergert <chergert redhat com>
Date:   Sun May 7 20:19:08 2017 -0700

    layout: drop use of custom css element name
    
    We'd like to be able to reuse upstream CSS from panel-gtk.

 libide/workbench/ide-layout.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/libide/workbench/ide-layout.c b/libide/workbench/ide-layout.c
index b630232..c624216 100644
--- a/libide/workbench/ide-layout.c
+++ b/libide/workbench/ide-layout.c
@@ -175,8 +175,6 @@ ide_layout_class_init (IdeLayoutClass *klass)
 
   dock_bin_class->create_edge = ide_layout_create_edge;
 
-  gtk_widget_class_set_css_name (widget_class, "layout");
-
   properties [PROP_ACTIVE_VIEW] =
     g_param_spec_object ("active-view",
                          "Active View",


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