Set window color to ANSYS default


/ Published in: TCL
Save to your folder(s)

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...


Copy this code and paste it in your HTML
  1. set bgColor gray95
  2. tk_setPalette $bgColor

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.