Skip to content
Snippets Groups Projects
Commit 1bcdb78a authored by Nick Schermer's avatar Nick Schermer
Browse files

Give panel windows good theming names (bug #6268).

parent 326ebbe3
No related branches found
No related tags found
No related merge requests found
...@@ -1964,6 +1964,7 @@ panel_window_set_autohide (PanelWindow *window, ...@@ -1964,6 +1964,7 @@ panel_window_set_autohide (PanelWindow *window,
"resizable", TRUE, "resizable", TRUE,
"type-hint", GDK_WINDOW_TYPE_HINT_DOCK, "type-hint", GDK_WINDOW_TYPE_HINT_DOCK,
"gravity", GDK_GRAVITY_STATIC, "gravity", GDK_GRAVITY_STATIC,
"name", "XfcePanelWindowHidden",
NULL); NULL);
/* move the window offscreen */ /* move the window offscreen */
...@@ -2285,6 +2286,7 @@ panel_window_new (void) ...@@ -2285,6 +2286,7 @@ panel_window_new (void)
"resizable", FALSE, "resizable", FALSE,
"type-hint", GDK_WINDOW_TYPE_HINT_DOCK, "type-hint", GDK_WINDOW_TYPE_HINT_DOCK,
"gravity", GDK_GRAVITY_STATIC, "gravity", GDK_GRAVITY_STATIC,
"name", "XfcePanelWindow",
NULL); NULL);
} }
......
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