Community Tip - Stay updated on what is happening on the PTC Community by subscribing to PTC Community Announcements. X
Hi Guys,
Currently the area circled is only showing 1 line of information. I want to make this show 2 or 3 lines of information.
I know I can drag it up to where I want it in each session, but is it possible to sett its height every time I start Creo?
Thanks,
Jay
Solved! Go to Solution.
Config option:
Assign an integer value to set the number of lines displayed
Config option:
Assign an integer value to set the number of lines displayed
You can also write a map key / mapkeys like these here:
!Mitteilungsprotokoll mehrzeilig machen
mapkey mp @MAPKEY_NAMEMitteilungsprotokoll mehrzeilig machen;\
mapkey(continued) @MAPKEY_LABELMitteilungsprotokoll mehrzeilig machen;\
~ Move `main_dlg_cur` `sash_swap` 91;
!Mitteilungsprotokoll einzeilig machen
mapkey me @MAPKEY_NAMEMitteilungsprotokoll einzeilig machen;\
mapkey(continued) @MAPKEY_LABELMitteilungsprotokoll einzeilig machen;\
~ Move `main_dlg_cur` `sash_swap` 100;