mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-03-09 15:50:02 +00:00
dtappbuilder: set the default size (in pixels) for terminal pane.
This commit is contained in:
parent
3a99e98d6a
commit
f70877daa2
1 changed files with 2 additions and 0 deletions
|
@ -174,6 +174,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");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue