shell: Make sure we don't focus the icon view when starting
If focus ends up in the icon view we get an ugly selection so avoid that at least initially.
This commit is contained in:
parent
0d4f009016
commit
8e0f4e7be0
1 changed files with 1 additions and 0 deletions
|
@ -1542,6 +1542,7 @@ create_window (CcWindow *self)
|
|||
G_CALLBACK (stack_page_notify_cb), self);
|
||||
|
||||
gtk_widget_show_all (box);
|
||||
gtk_window_set_focus (GTK_WINDOW (self), priv->search_button);
|
||||
}
|
||||
|
||||
static void
|
||||
|
|
Loading…
Add table
Reference in a new issue