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:
parent
caf8c25c15
commit
0b27b11c6b
1 changed files with 2 additions and 0 deletions
|
@ -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");
|
||||
|
||||
|
|
Loading…
Reference in a new issue