Skip to content
Snippets Groups Projects
Commit 67de0b21 authored by Benedikt Meurer's avatar Benedikt Meurer
Browse files

2005-07-14 Benedikt Meurer <benny@xfce.org>

	* thunar/thunar-standard-view.c(thunar_standard_view_init): Add frame
	  shadow to the standard views.




(Old svn revision: 16387)
parent 1c51815e
No related branches found
No related tags found
No related merge requests found
2005-07-14 Benedikt Meurer <benny@xfce.org>
* thunar/thunar-standard-view.c(thunar_standard_view_init): Add frame
shadow to the standard views.
2005-07-13 Benedikt Meurer <benny@xfce.org>
* thunar/thunar-clipboard-manager.c: Fake an "owner-changed" event
......
......@@ -206,6 +206,7 @@ thunar_standard_view_init (ThunarStandardView *standard_view)
GTK_POLICY_AUTOMATIC);
gtk_scrolled_window_set_hadjustment (GTK_SCROLLED_WINDOW (standard_view), NULL);
gtk_scrolled_window_set_vadjustment (GTK_SCROLLED_WINDOW (standard_view), NULL);
gtk_scrolled_window_set_shadow_type (GTK_SCROLLED_WINDOW (standard_view), GTK_SHADOW_IN);
/* setup the action group for this view */
standard_view->action_group = gtk_action_group_new ("thunar-standard-view");
......
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