Skip to content
Snippets Groups Projects
Commit 14e8f175 authored by Guido Gunther's avatar Guido Gunther :zzz:
Browse files

PhoshPanel: drop stuff handled by PhoshLayerSurface

parent 90a74062
No related branches found
No related tags found
No related merge requests found
......@@ -120,11 +120,7 @@ phosh_panel_constructed (GObject *object)
G_CALLBACK (size_allocated_cb),
NULL);
/* window properties */
gtk_window_set_title (GTK_WINDOW (self), "phosh panel");
gtk_window_set_decorated (GTK_WINDOW (self), FALSE);
gtk_widget_realize(GTK_WIDGET (self));
gtk_style_context_add_class (
gtk_widget_get_style_context (GTK_WIDGET (self)),
"phosh-panel");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment