SF.net SVN: geany:[5131] branches/Geany-0_19_1

ntrel at users.sourceforge.net ntrel at xxxxx
Wed Aug 11 12:45:22 UTC 2010


Revision: 5131
          http://geany.svn.sourceforge.net/geany/?rev=5131&view=rev
Author:   ntrel
Date:     2010-08-11 12:45:22 +0000 (Wed, 11 Aug 2010)

Log Message:
-----------
r5024

Modified Paths:
--------------
    branches/Geany-0_19_1/ChangeLog
    branches/Geany-0_19_1/src/notebook.c

Modified: branches/Geany-0_19_1/ChangeLog
===================================================================
--- branches/Geany-0_19_1/ChangeLog	2010-08-11 12:33:31 UTC (rev 5130)
+++ branches/Geany-0_19_1/ChangeLog	2010-08-11 12:45:22 UTC (rev 5131)
@@ -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: branches/Geany-0_19_1/src/notebook.c
===================================================================
--- branches/Geany-0_19_1/src/notebook.c	2010-08-11 12:33:31 UTC (rev 5130)
+++ branches/Geany-0_19_1/src/notebook.c	2010-08-11 12:45:22 UTC (rev 5131)
@@ -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