changeset 7322 | 02592bb40f93 |
parent 6670 | f0300bf50643 |
child 7341 | 02515d0d4ced |
7321:f91bdca345e8 | 7322:02592bb40f93 |
---|---|
293 /* Align the terraform toolbar under the main toolbar and put the linked |
293 /* Align the terraform toolbar under the main toolbar and put the linked |
294 * toolbar to left of it |
294 * toolbar to left of it |
295 */ |
295 */ |
296 w->top = 22; |
296 w->top = 22; |
297 link->left = w->left - link->width; |
297 link->left = w->left - link->width; |
298 } |
298 |
299 } |
299 SetWindowDirty(link); |
300 } |
|
301 } |