From 1fb5924cb177c65c744140dfd8bd952bba34a59e Mon Sep 17 00:00:00 2001 From: ben Date: Mon, 14 Apr 2003 21:15:39 +0000 Subject: [PATCH] Enlarge the settings window so as to fill a 640x480 display. This makes 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 | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/mac/mac_res.r b/mac/mac_res.r index b18dbdea..69f4289e 100644 --- a/mac/mac_res.r +++ b/mac/mac_res.r @@ -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 */ -- 2.11.0