Enlarge the settings window so as to fill a 640x480 display. This makes
authorben <ben@cda61777-01e9-0310-a592-d414129be87e>
Mon, 14 Apr 2003 21:15:39 +0000 (21:15 +0000)
committerben <ben@cda61777-01e9-0310-a592-d414129be87e>
Mon, 14 Apr 2003 21:15:39 +0000 (21:15 +0000)
enough space to actually fit all of the panels.  I'll have to do a version
with smaller fonts for 9" screens.

git-svn-id: svn://svn.tartarus.org/sgt/putty@3117 cda61777-01e9-0310-a592-d414129be87e

mac/mac_res.r

index b18dbde..69f4289 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: mac_res.r,v 1.38 2003/04/05 22:03:06 ben Exp $ */
+/* $Id: mac_res.r,v 1.39 2003/04/14 21:15:39 ben Exp $ */
 /*
  * Copyright (c) 1999, 2002, 2003 Ben Harris
  * All rights reserved.
@@ -1024,7 +1024,7 @@ resource 'CNTL' (cVScroll, "vscroll", purgeable) {
 /* Settings dialogue */
 
 resource 'WIND' (wSettings, "settings", purgeable) {
-    { 0, 0, 350, 500 },
+    { 0, 0, 432, 626 },
     noGrowDocProc,
     invisible,
     goAway,
@@ -1128,6 +1128,9 @@ data 'CDEF' (CDEF_EditBox) {
 data 'CDEF' (CDEF_Default) {
     $"4EF9 00000000"
 };
+data 'CDEF' (CDEF_ListBox) {
+    $"4EF9 00000000"
+};
 
 /* List box template */