1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-03-16 12:03:03 -05:00

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.

[originally from svn r3117]
This commit is contained in:
Ben Harris 2003-04-14 21:15:39 +00:00
parent 5d5a16e14c
commit ed4551607f

View 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 * Copyright (c) 1999, 2002, 2003 Ben Harris
* All rights reserved. * All rights reserved.
@ -1024,7 +1024,7 @@ resource 'CNTL' (cVScroll, "vscroll", purgeable) {
/* Settings dialogue */ /* Settings dialogue */
resource 'WIND' (wSettings, "settings", purgeable) { resource 'WIND' (wSettings, "settings", purgeable) {
{ 0, 0, 350, 500 }, { 0, 0, 432, 626 },
noGrowDocProc, noGrowDocProc,
invisible, invisible,
goAway, goAway,
@ -1128,6 +1128,9 @@ data 'CDEF' (CDEF_EditBox) {
data 'CDEF' (CDEF_Default) { data 'CDEF' (CDEF_Default) {
$"4EF9 00000000" $"4EF9 00000000"
}; };
data 'CDEF' (CDEF_ListBox) {
$"4EF9 00000000"
};
/* List box template */ /* List box template */