tomboy r2227 - in trunk: . Tomboy
- From: sharm svn gnome org
- To: svn-commits-list gnome org
- Subject: tomboy r2227 - in trunk: . Tomboy
- Date: Sat, 18 Oct 2008 15:31:29 +0000 (UTC)
Author: sharm
Date: Sat Oct 18 15:31:29 2008
New Revision: 2227
URL: http://svn.gnome.org/viewvc/tomboy?rev=2227&view=rev
Log:
* tomboy/Tomboy/NoteWindow.cs: Set Resizable to true. This appears to
have no effect in Linux/Windows, but is required to resize
NoteWindows on Mac.
Modified:
trunk/ChangeLog
trunk/Tomboy/NoteWindow.cs
Modified: trunk/Tomboy/NoteWindow.cs
==============================================================================
--- trunk/Tomboy/NoteWindow.cs (original)
+++ trunk/Tomboy/NoteWindow.cs Sat Oct 18 15:31:29 2008
@@ -40,6 +40,7 @@
this.note = note;
this.IconName = "tomboy";
this.SetDefaultSize (450, 360);
+ Resizable = true;
accel_group = new Gtk.AccelGroup ();
AddAccelGroup (accel_group);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]