comparison gtk/dw.c @ 556:f4093dce8155

Fixed a minor packing error in dw_messagebox().
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Mon, 12 Apr 2004 03:52:15 +0000
parents ebb26cb6bfb2
children 1a210e2f214b
comparison
equal deleted inserted replaced
555:0d47bec8a5fb 556:f4093dce8155
2201 dw_box_pack_start(texttargetbox, stext, text_width, text_height, TRUE, TRUE, 2); 2201 dw_box_pack_start(texttargetbox, stext, text_width, text_height, TRUE, TRUE, 2);
2202 2202
2203 /* Buttons */ 2203 /* Buttons */
2204 buttonbox = dw_box_new(DW_HORZ, 10); 2204 buttonbox = dw_box_new(DW_HORZ, 10);
2205 2205
2206 dw_box_pack_start(mainbox, buttonbox, 0, 40, TRUE, FALSE, 0); 2206 dw_box_pack_start(mainbox, buttonbox, 0, 0, TRUE, FALSE, 0);
2207 2207
2208 dwwait = dw_dialog_new((void *)entrywindow); 2208 dwwait = dw_dialog_new((void *)entrywindow);
2209 2209
2210 /* which buttons ? */ 2210 /* which buttons ? */
2211 if(flags & DW_MB_OK) 2211 if(flags & DW_MB_OK)