X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/8dd9e8899873737688aeda7aa765646e3bf129db..df0870fc8ceb5a8fea66a4d0fe00e7db12317e33:/mac/mac_res.r 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 */