SF.net SVN: geany:[5024] trunk

ntrel at users.sourceforge.net ntrel at xxxxx
Wed Jun 16 14:59:40 UTC 2010


Revision: 5024
          http://geany.svn.sourceforge.net/geany/?rev=5024&view=rev
Author:   ntrel
Date:     2010-06-16 14:59:40 +0000 (Wed, 16 Jun 2010)

Log Message:
-----------
Align notebook tab close buttons centred vertically - thanks to
Robux.Biz (galyuk).

Modified Paths:
--------------
    trunk/ChangeLog
    trunk/src/notebook.c

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2010-06-12 13:42:50 UTC (rev 5023)
+++ trunk/ChangeLog	2010-06-16 14:59:40 UTC (rev 5024)
@@ -1,3 +1,10 @@
+2010-06-16  Nick Treleaven  <nick(dot)treleaven(at)btinternet(dot)com>
+
+ * src/notebook.c:
+   Align notebook tab close buttons centred vertically - thanks to
+   Robux.Biz (galyuk).
+
+
 2010-06-12  Enrico Tröger  <enrico(dot)troeger(at)uvena(dot)de>
 
  * po/POTFILES.skip:

Modified: trunk/src/notebook.c
===================================================================
--- trunk/src/notebook.c	2010-06-12 13:42:50 UTC (rev 5023)
+++ trunk/src/notebook.c	2010-06-16 14:59:40 UTC (rev 5024)
@@ -499,7 +499,7 @@
 		image = gtk_image_new_from_stock(GTK_STOCK_CLOSE, GTK_ICON_SIZE_MENU);
 		gtk_container_add(GTK_CONTAINER(btn), image);
 
-		align = gtk_alignment_new(1.0, 0.0, 0.0, 0.0);
+		align = gtk_alignment_new(1.0, 0.5, 0.0, 0.0);
 		gtk_container_add(GTK_CONTAINER(align), btn);
 		gtk_box_pack_start(GTK_BOX(hbox), align, TRUE, TRUE, 0);
 


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the Commits mailing list