/ Published in: TCL
By default, ANSYS makes Tk windows an ugly green. This code changes the color of most of the widgets. You still need to change the background color of some widgets...
Expand |
Embed | Plain Text
set bgColor gray95 tk_setPalette $bgColor
You need to login to post a comment.
