[geany/geany] d354c5: Adjust border width of the "Credits" about tab
Colomban Wendling
git-noreply at xxxxx
Tue May 29 17:31:26 UTC 2012
Branch: refs/heads/master
Author: Colomban Wendling <ban at herbesfolles.org>
Committer: Colomban Wendling <ban at herbesfolles.org>
Date: Tue, 29 May 2012 17:31:26
Commit: d354c597dcd4494dbfdfdccf126ff3bb45de007b
https://github.com/geany/geany/commit/d354c597dcd4494dbfdfdccf126ff3bb45de007b
Log Message:
-----------
Adjust border width of the "Credits" about tab
Modified Paths:
--------------
src/about.c
Modified: src/about.c
2 files changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -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);
@@ Diff output truncated at 100000 characters. @@
--------------
This E-Mail was brought to you by github_commit_mail.py (Source: TBD).
More information about the Commits
mailing list