tomboy r1817 - in trunk: . Tomboy/Notebooks



Author: btimothy
Date: Mon Jan 28 23:02:24 2008
New Revision: 1817
URL: http://svn.gnome.org/viewvc/tomboy?rev=1817&view=rev

Log:
2008-01-28  Boyd Timothy <btimothy gmail com> 

        * Tomboy/Notebooks/NotebookNewNoteMenuItem.cs: Change the size of
          the icon to 22x22 instead of 48x48.



Modified:
   trunk/ChangeLog
   trunk/Tomboy/Notebooks/NotebookNewNoteMenuItem.cs

Modified: trunk/Tomboy/Notebooks/NotebookNewNoteMenuItem.cs
==============================================================================
--- trunk/Tomboy/Notebooks/NotebookNewNoteMenuItem.cs	(original)
+++ trunk/Tomboy/Notebooks/NotebookNewNoteMenuItem.cs	Mon Jan 28 23:02:24 2008
@@ -28,7 +28,7 @@
 							   notebook.Name))
 		{
 			this.notebook = notebook;
-			this.Image = new Gtk.Image (GuiUtils.GetIcon ("tomboy-new-notebook", 48));
+			this.Image = new Gtk.Image (GuiUtils.GetIcon ("tomboy-new-notebook", 22));
 			//this.Image = new Gtk.Image (Gtk.Stock.New, Gtk.IconSize.Menu);
 			
 			Activated += OnActivated;



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]