Skip to content

Commit

Permalink
Adjust border width of the "Credits" about tab
Browse files Browse the repository at this point in the history
  • Loading branch information
b4n committed May 29, 2012
1 parent 7aef9c1 commit d354c59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/about.c
Expand Up @@ -263,7 +263,7 @@ static GtkWidget *create_dialog(void)

/* create "Credits" tab */
credits_scrollwin = gtk_scrolled_window_new(NULL, NULL);
gtk_container_set_border_width(GTK_CONTAINER(credits_scrollwin), 10);
gtk_container_set_border_width(GTK_CONTAINER(credits_scrollwin), 6);
gtk_scrolled_window_set_policy(GTK_SCROLLED_WINDOW(credits_scrollwin),
GTK_POLICY_NEVER, GTK_POLICY_AUTOMATIC);

Expand Down

0 comments on commit d354c59

Please sign in to comment.