1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-02-13 11:42:21 +00:00

dtappbuilder: set the default size (in pixels) for terminal pane.

This commit is contained in:
Liang Chang 2021-02-22 06:27:34 +08:00 committed by Jon Trulson
parent caf8c25c15
commit 0b27b11c6b

View file

@ -175,6 +175,8 @@ termp_initialize(
{
obj_set_num_rows(obj, 6);
obj_set_num_columns(obj, 12);
obj_set_width(obj, termp_init_width);
obj_set_height(obj, termp_init_width);
}
obj_set_process_string(obj, "/bin/csh");